diff options
author | zotlabs <mike@macgirvin.com> | 2018-04-26 20:31:16 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-04-26 20:31:16 -0700 |
commit | 9a7e8f4d68ad460767800a6a9db922a3c10fc6d9 (patch) | |
tree | f9cad3c58e5c2851ce9e4e32a0a0686155d82bde /view/theme | |
parent | 7b445a5b39b887135854ba1b9aa6d9867d584ae5 (diff) | |
parent | 00a95f4b91711cc28c9b170cfdc8ea6626d803a6 (diff) | |
download | volse-hubzilla-9a7e8f4d68ad460767800a6a9db922a3c10fc6d9.tar.gz volse-hubzilla-9a7e8f4d68ad460767800a6a9db922a3c10fc6d9.tar.bz2 volse-hubzilla-9a7e8f4d68ad460767800a6a9db922a3c10fc6d9.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'view/theme')
-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; } |