diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-04-26 22:44:40 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-04-26 22:46:01 +0200 |
commit | a85b1efa4fa935ebea18976d3ef2c08a538e4e89 (patch) | |
tree | 750e1aadf4ad29a5a8794a72a7e8fe41abee5a83 | |
parent | a5a6488757f5d2534f4ba18e0ce745a45b3d62b5 (diff) | |
download | volse-hubzilla-a85b1efa4fa935ebea18976d3ef2c08a538e4e89.tar.gz volse-hubzilla-a85b1efa4fa935ebea18976d3ef2c08a538e4e89.tar.bz2 volse-hubzilla-a85b1efa4fa935ebea18976d3ef2c08a538e4e89.zip |
minor fixes for dark schema
-rw-r--r-- | view/theme/redbasic/schema/dark.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/redbasic/schema/dark.css b/view/theme/redbasic/schema/dark.css index d0154bfb1..dbee67c84 100644 --- a/view/theme/redbasic/schema/dark.css +++ b/view/theme/redbasic/schema/dark.css @@ -1,5 +1,4 @@ .generic-content-wrapper { - border: 1px solid #111; background-color: transparent; } @@ -148,7 +147,8 @@ option { background-color:#111; } -.modal-content { +.modal-content, +#notifications_wrapper { background-color: #111; } |