diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-02-29 20:30:40 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-02-29 20:30:40 +0000 |
| commit | eab3340e1f99b77d7118f1ee132d0920110281b9 (patch) | |
| tree | 791844a78026c6b549fdcf2962e15f2431c0e536 | |
| parent | 83cb6bc2353e0b2bd7b3406a9ef61fd82feea195 (diff) | |
Minor border style fix
git-svn-id: https://svn.roundcube.net/trunk@5938 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/larry/styles.css | 6 |
1 files 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; |
