diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-20 09:21:35 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-20 09:21:35 +0000 |
| commit | 85de1261ba60e3df477a49a15de8471f79d2946a (patch) | |
| tree | 73c09555d042ef11ef43e0759a0d6eec1ea111a0 /roundcubemail/skins/default/addressbook.css | |
| parent | d6ade86321d75688a6e89b37054cc3bfaea4a61b (diff) | |
- Make fonts and colors more consistent (#1486565)
git-svn-id: https://svn.roundcube.net/trunk@3393 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/addressbook.css')
| -rw-r--r-- | roundcubemail/skins/default/addressbook.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/roundcubemail/skins/default/addressbook.css b/roundcubemail/skins/default/addressbook.css index 4d831f84c..6badf9058 100644 --- a/roundcubemail/skins/default/addressbook.css +++ b/roundcubemail/skins/default/addressbook.css @@ -128,7 +128,7 @@ left: 20px; right: 20px; border: 1px solid #999999; - background-color: #F9F9F9; + background-color: #F2F2F2; padding-bottom: 4ex; overflow: auto; } @@ -149,6 +149,7 @@ list-style: none; margin: 0; padding: 0; + background-color: #FFFFFF; } #directorylist ul li @@ -210,7 +211,7 @@ body.iframe, #contact-frame { - background-color: #F9F9F9; + background-color: #F2F2F2; } #contact-frame |
