diff options
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/schema/dark.css | 4 |
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; +} + |