diff options
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 ***/ |