diff options
author | thomascube <thomas@roundcube.net> | 2012-02-29 08:44:16 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-02-29 08:44:16 +0000 |
commit | 7a32e9c7e82a884d58ec2774d0148e5075a4791c (patch) | |
tree | d66d9f2d804b7b3ac04c4a58da6d4a0a911b40d3 /skins/larry/styles.css | |
parent | 2fdc7cdd053e3f02fa438b3cde045b34b23eabb2 (diff) |
Decorate search filter drop-down with a more Larry like style
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r-- | skins/larry/styles.css | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 494a992af..ab704539c 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -66,10 +66,6 @@ textarea.placeholder { color: #aaa; } -select.selector { - padding: 2px 4px; -} - .bold { font-weight: bold; } @@ -1446,6 +1442,24 @@ a.menuselector:active { text-decoration: none; } +a.dropdownselector { + position: absolute; + z-index: 1; +} + +select.decorated { + position: relative; + z-index: 10; + opacity: 0; + -khtml-appearance: none; + padding: 2px 4px; + cursor: pointer; +} + +html.opera select.decorated { + opacity: 1; +} + /*** popup menus ***/ |