diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-06-23 12:22:46 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-06-23 12:22:46 +0200 |
commit | 12e69ce13dde67fbe4851b85bf50c1b21a5788e1 (patch) | |
tree | ab2400c0dcb71d5e1e097cb05f0ebf55663b9c8d /skins/larry/styles.css | |
parent | f255dd787c62b4910a5794ff1379cad80781e311 (diff) |
Fix lack of space between searchfiler and quicksearchbar in Larry skin (#1489158)
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r-- | skins/larry/styles.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 8ddbb5960..9e61a7191 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -1862,6 +1862,7 @@ select.decorated { filter: alpha(opacity=0); -khtml-appearance: none; -webkit-appearance: none; + border: 0; } html.opera select.decorated { @@ -1877,6 +1878,7 @@ select.decorated option { text-shadow: 0px 1px 1px #333; padding: 4px 6px; outline: none; + cursor: default; } |