Browse Source

Merge branch 'feature-ui-darktheme'

Kristan Kenney 6 years ago
parent
commit
6852b62db1
1 changed files with 7 additions and 1 deletions
  1. 7 1
      install/deb/themes/dark.css

+ 7 - 1
install/deb/themes/dark.css

@@ -1973,7 +1973,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
   border-left: 1px solid transparent !important;
   border-right: 1px solid transparent !important;
   box-shadow: none !important;
-  background: none !important;
+  background: transparent !important;
 }
 
 .l-unit__stats table {
@@ -3861,6 +3861,12 @@ form#vstobjects.suspended {
   color: #cacaca !important; 
 }
 
+.body-rrd .units .l-unit {
+  background-color: #282828 !important;
+  border-left: 1px solid transparent !important;
+  border-right: 1px solid transparent !important;
+}
+
 @media screen and (max-width: 950px) {
   .helper-container {
     display: none;