Skip to content

Commit a6f5622

Browse files
author
Kristan Kenney
committed
Add fix for task view page
1 parent 82c575d commit a6f5622

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

install/deb/themes/dark.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1973,7 +1973,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
19731973
border-left: 1px solid transparent !important;
19741974
border-right: 1px solid transparent !important;
19751975
box-shadow: none !important;
1976-
background: none !important;
1976+
background: transparent !important;
19771977
}
19781978

19791979
.l-unit__stats table {
@@ -3861,6 +3861,12 @@ form#vstobjects.suspended {
38613861
color: #cacaca !important;
38623862
}
38633863

3864+
.body-rrd .units .l-unit {
3865+
background-color: #282828 !important;
3866+
border-left: 1px solid transparent !important;
3867+
border-right: 1px solid transparent !important;
3868+
}
3869+
38643870
@media screen and (max-width: 950px) {
38653871
.helper-container {
38663872
display: none;

0 commit comments

Comments
 (0)