aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2022-11-22 15:31:54 +0100
committerHarald Eilertsen <haraldei@anduin.net>2022-11-22 15:31:54 +0100
commit221d3cdf6a473ea7999bf8d1517822b68a2807fa (patch)
treee4a473e612b1669943d71d22162881911f49cee7 /view/theme
parent1ff12c5520500e9aff75a45f87614e031674a31b (diff)
downloadvolse-hubzilla-221d3cdf6a473ea7999bf8d1517822b68a2807fa.tar.gz
volse-hubzilla-221d3cdf6a473ea7999bf8d1517822b68a2807fa.tar.bz2
volse-hubzilla-221d3cdf6a473ea7999bf8d1517822b68a2807fa.zip
redbasic: Dark theme fixes
- Make rows in admin tables readable while hovering over them.
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/schema/dark.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/redbasic/schema/dark.css b/view/theme/redbasic/schema/dark.css
index d64c3a3f4..bc1a84ec8 100644
--- a/view/theme/redbasic/schema/dark.css
+++ b/view/theme/redbasic/schema/dark.css
@@ -45,3 +45,7 @@ a,
#jot-customjotheaders-wrap {
border-bottom: 1px solid var(--bs-border-color);
}
+#adminpage table tr:hover {
+ background-color: #2E3136;
+}
+