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:44:40 +0200 |
commit | 00a95f4b91711cc28c9b170cfdc8ea6626d803a6 (patch) | |
tree | 18feda953a1410cb3d5c2b7f446c896c26ce4606 /view/theme/redbasic | |
parent | baa46e105c99e057f4678f837a8ce20d3b8a580f (diff) | |
download | volse-hubzilla-00a95f4b91711cc28c9b170cfdc8ea6626d803a6.tar.gz volse-hubzilla-00a95f4b91711cc28c9b170cfdc8ea6626d803a6.tar.bz2 volse-hubzilla-00a95f4b91711cc28c9b170cfdc8ea6626d803a6.zip |
minor fixes for dark schema
Diffstat (limited to 'view/theme/redbasic')
-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; } |