small styling improvements

This commit is contained in:
xenofem 2022-05-24 22:31:25 -04:00
parent 262914b0f5
commit d5a48ee8bc

View file

@ -217,6 +217,10 @@ td.file_download {
background-color: #00b; background-color: #00b;
} }
summary {
cursor: pointer;
}
.file_unavailable { .file_unavailable {
background-color: #999; background-color: #999;
mask-image: url("../images/feather-icons/clock.svg"); mask-image: url("../images/feather-icons/clock.svg");
@ -229,7 +233,7 @@ td.file_download {
td.file_size { td.file_size {
text-align: right; text-align: right;
width: 4.75rem; width: 5.12rem;
} }
td.file_name { td.file_name {