We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82c575d commit a6f5622Copy full SHA for a6f5622
1 file changed
install/deb/themes/dark.css
@@ -1973,7 +1973,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
1973
border-left: 1px solid transparent !important;
1974
border-right: 1px solid transparent !important;
1975
box-shadow: none !important;
1976
- background: none !important;
+ background: transparent !important;
1977
}
1978
1979
.l-unit__stats table {
@@ -3861,6 +3861,12 @@ form#vstobjects.suspended {
3861
color: #cacaca !important;
3862
3863
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
+
3870
@media screen and (max-width: 950px) {
3871
.helper-container {
3872
display: none;
0 commit comments