Browse Source

Flatten login screen background in flat.css theme

Kristan Kenney 6 years ago
parent
commit
198e7e4a8e
1 changed files with 4 additions and 0 deletions
  1. 4 0
      install/deb/themes/flat.css

+ 4 - 0
install/deb/themes/flat.css

@@ -8,6 +8,10 @@ b, strong {
     font-weight: 600;
     font-weight: 600;
 }
 }
 
 
+.body-login, .body-reset {
+    background: #5f7eb3 !important;
+}
+
 .table-header {
 .table-header {
     box-shadow: none !important;
     box-shadow: none !important;
 }
 }