From 7a0b9be8e34d5310b834af09e8fff91df9bf5471 Mon Sep 17 00:00:00 2001 From: alecpl Date: Mon, 2 Aug 2010 07:33:34 +0000 Subject: - Fix background color in importcontacts (#1486882) --- skins/default/addressbook.css | 5 +---- skins/default/common.css | 7 ++++++- skins/default/templates/importcontacts.html | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) (limited to 'skins') diff --git a/skins/default/addressbook.css b/skins/default/addressbook.css index 1381a94a6..ec9e6326b 100644 --- a/skins/default/addressbook.css +++ b/skins/default/addressbook.css @@ -205,10 +205,6 @@ body.iframe, #contact-frame { background-color: #F2F2F2; -} - -#contact-frame -{ border: none; } @@ -217,3 +213,4 @@ body.iframe, font-weight: bold; text-align: right; } + 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 diff --git a/skins/default/templates/importcontacts.html b/skins/default/templates/importcontacts.html index 422b70ffb..05c7eb7b7 100644 --- a/skins/default/templates/importcontacts.html +++ b/skins/default/templates/importcontacts.html @@ -9,7 +9,7 @@ -
+
-- cgit v1.2.3