Browse Source

Add few CSS teaks

Frédéric Guillot 6 years ago
parent
commit
bdca3372f9
4 changed files with 3 additions and 2 deletions
  1. 0 0
      ui/static/css.go
  2. 1 0
      ui/static/css/common.css
  3. 1 1
      ui/static/css/light.css
  4. 1 1
      ui/static/css/system.css

File diff suppressed because it is too large
+ 0 - 0
ui/static/css.go


+ 1 - 0
ui/static/css/common.css

@@ -425,6 +425,7 @@ a.button {
     border-color: var(--alert-error-border-color);
 }
 
+.alert-error h3,
 .alert-error a {
     color: var(--alert-error-color);
 }

+ 1 - 1
ui/static/css/light.css

@@ -22,7 +22,7 @@
     --table-border-color: #ddd;
     --table-th-background: #fcfcfc;
     --table-th-color: #333;
-    --table-tr-hover-background-color: #a3a3a3;
+    --table-tr-hover-background-color: #f9f9f9;
     --table-tr-hover-color: #333;
 
     --button-primary-border-color: #3079ed;

+ 1 - 1
ui/static/css/system.css

@@ -22,7 +22,7 @@
     --table-border-color: #ddd;
     --table-th-background: #fcfcfc;
     --table-th-color: #333;
-    --table-tr-hover-background-color: #a3a3a3;
+    --table-tr-hover-background-color: #f9f9f9;
     --table-tr-hover-color: #333;
 
     --button-primary-border-color: #3079ed;

Some files were not shown because too many files changed in this diff