aboutsummaryrefslogtreecommitdiffhomepage
path: root/ui/static/css
diff options
context:
space:
mode:
Diffstat (limited to 'ui/static/css')
-rw-r--r--ui/static/css/common.css1
-rw-r--r--ui/static/css/light.css2
-rw-r--r--ui/static/css/system.css2
3 files changed, 3 insertions, 2 deletions
diff --git a/ui/static/css/common.css b/ui/static/css/common.css
index d0caef9..df956f9 100644
--- a/ui/static/css/common.css
+++ b/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);
}
diff --git a/ui/static/css/light.css b/ui/static/css/light.css
index 232589e..3bbc6fd 100644
--- a/ui/static/css/light.css
+++ b/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;
diff --git a/ui/static/css/system.css b/ui/static/css/system.css
index 78dcf4e..ca51d13 100644
--- a/ui/static/css/system.css
+++ b/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;