diff options
-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; |