diff options
author | alecpl <alec@alec.pl> | 2010-08-02 07:33:34 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-08-02 07:33:34 +0000 |
commit | 7a0b9be8e34d5310b834af09e8fff91df9bf5471 (patch) | |
tree | d4fb1461cc07ecafd6f184fd25e2c2c0c6678e44 /skins/default/common.css | |
parent | f62364039effd0f9241b98522455884a7d658670 (diff) |
- Fix background color in importcontacts (#1486882)
Diffstat (limited to 'skins/default/common.css')
-rw-r--r-- | skins/default/common.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/skins/default/common.css b/skins/default/common.css index 2585c980f..689363c0b 100644 --- a/skins/default/common.css +++ b/skins/default/common.css @@ -469,6 +469,11 @@ img background-color: #c00; } +.darkbg +{ + background-color: #F2F2F2 !important; +} + /***** common table settings ******/ @@ -681,7 +686,7 @@ a.rcmContactAddress:hover opacity: 0.8; } - + /***** onclick menu list *****/ ul.toolbarmenu |