From eab3340e1f99b77d7118f1ee132d0920110281b9 Mon Sep 17 00:00:00 2001 From: thomasb Date: Wed, 29 Feb 2012 20:30:40 +0000 Subject: Minor border style fix git-svn-id: https://svn.roundcube.net/trunk@5938 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/skins/larry/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roundcubemail/skins/larry/styles.css b/roundcubemail/skins/larry/styles.css index 94121356e..268b55dd5 100644 --- a/roundcubemail/skins/larry/styles.css +++ b/roundcubemail/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; -- cgit v1.2.3