diff options
author | thomascube <thomas@roundcube.net> | 2012-02-29 20:30:40 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-02-29 20:30:40 +0000 |
commit | 24dd952eac89b6420cefea390eb1ab9005241388 (patch) | |
tree | 8396a4aecaed306ff12e3eed73b53a7eec4e8167 /skins | |
parent | 15dfdbe54e68248d06469ebedf72e1c151c371a1 (diff) |
Minor border style fix
Diffstat (limited to 'skins')
-rw-r--r-- | skins/larry/styles.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 94121356e..268b55dd5 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -1466,9 +1466,9 @@ html.opera select.decorated { select.decorated option { color: #fff; background: #444; - border: 1px solid #999; - border-top-color: #5a5a5a; - border-bottom-color: #333; + border: 0; + border-top: 1px solid #5a5a5a; + border-bottom: 1px solid #333; text-shadow: 0px 1px 1px #333; padding: 6px 10px; outline: none; |