From 097ef1d003c7669f9684b504f551f1f4e8b402b0 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 18 Aug 2010 20:20:33 +0000 Subject: [PATCH] adjustments to SELECT for WebKit Monotone-Parent: 5f3a2eb80d68bf394630219bbb989256d30629cc Monotone-Revision: 130ac0c1247ae89a854346c0b781aad3257b2690 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-08-18T20:20:33 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/generic.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/UI/WebServerResources/generic.css b/UI/WebServerResources/generic.css index 7f336cb35..e3739a232 100644 --- a/UI/WebServerResources/generic.css +++ b/UI/WebServerResources/generic.css @@ -161,7 +161,9 @@ DIV.contactSelector UL.contactList IMG SELECT { vertical-align: middle; margin: 2px; - padding-right: 1px; } + padding-right: 1px; + background-color: #CCDDEC; + color: #535D6D; } DIV.contactSelector DIV.contactList { font-size: smaller; @@ -621,7 +623,6 @@ DIV, TEXTAREA, INPUT, SELECT font-size: inherit; } INPUT[type="text"], INPUT[type="password"], INPUT[type="file"], -SELECT, TEXTAREA { border-top: 1px solid #909090; border-left: 1px solid #909090; @@ -636,8 +637,7 @@ TEXTAREA[disabled], TEXTAREA[readonly] { background: #E6E7E6; color: #9ABCD8; } -INPUT[type="text"], INPUT[type="password"], INPUT[type="file"], -SELECT +INPUT[type="text"], INPUT[type="password"], INPUT[type="file"] { background: url("input_bg.gif"); } TEXTAREA