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
This commit is contained in:
Wolfgang Sourdeau 2010-08-18 20:20:33 +00:00
parent 56a2b07c03
commit 097ef1d003

View file

@ -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