Visually differentiate closed UVs from the others

This commit is contained in:
imperosol
2025-01-21 16:01:50 +01:00
parent 78f3caa455
commit 5fa431e29b
4 changed files with 27 additions and 15 deletions

View File

@ -47,11 +47,14 @@ $large-devices: 992px;
}
}
#dynamic_view {
#uv-list {
font-size: 1.1em;
overflow-wrap: break-word;
.closed td.title {
color: lighten($black-color, 10%);
font-style: italic;
}
td {
text-align: center;
border: none;