diff options
author | Jeroen <jeroenpraat@xs4all.nl> | 2014-09-07 21:46:20 +0000 |
---|---|---|
committer | Jeroen <jeroenpraat@xs4all.nl> | 2014-09-07 21:46:20 +0000 |
commit | 11b5ec7ec8bc6492f63ffe2be92ecb5e97fed800 (patch) | |
tree | 5332948df3864cced1137a550ce7b382870f1cc9 /view/theme/redbasic/css | |
parent | 3cff9c55ba2afa374cc3cdeecfc3384b3001e527 (diff) | |
download | volse-hubzilla-11b5ec7ec8bc6492f63ffe2be92ecb5e97fed800.tar.gz volse-hubzilla-11b5ec7ec8bc6492f63ffe2be92ecb5e97fed800.tar.bz2 volse-hubzilla-11b5ec7ec8bc6492f63ffe2be92ecb5e97fed800.zip |
Added abook-changed background colour to dark schema
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index bcbaec3d0..4062c259c 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2184,6 +2184,10 @@ img.mail-list-sender-photo { background-color: $abookself_bgcolour; } +.abook-pending-contact, .abook-permschange { + background: $abook_changebg; +} + .online-now { color: red; cursor: pointer; |