diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-07-02 18:32:13 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-07-02 18:32:13 +0200 |
commit | 0fbb27d2190a30fae876dfcc913372191444356b (patch) | |
tree | 5a5f9e1280003285e6e093127fb359843685fa41 /plugins | |
parent | ef51ae6d193e22e6b7662a632d37479519c5bf97 (diff) |
Move all filter:(opacity=X) styles to legacy_browser plugin
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/legacy_browser/skins/larry/iehacks.css | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/plugins/legacy_browser/skins/larry/iehacks.css b/plugins/legacy_browser/skins/larry/iehacks.css index 917374a26..18755ea1a 100644 --- a/plugins/legacy_browser/skins/larry/iehacks.css +++ b/plugins/legacy_browser/skins/larry/iehacks.css @@ -169,3 +169,32 @@ ul.toolbarmenu li a.active:hover, float: left; height: 18px; } + +a.button.disabled span.inner, +a.iconbutton.disabled, +.boxfooter .listbutton.disabled .inner, +.boxpagenav a.icon.disabled, +.toolbar a.button.disabled { + filter: alpha(opacity=40); +} + +.dropbutton a.button.disabled + .dropbuttontip { + filter: alpha(opacity=50); +} + +select.decorated { + filter: alpha(opacity=0); +} + +ul.toolbarmenu li span.icon { + filter: alpha(opacity=20); +} + +ul.toolbarmenu li a.active span.icon { + filter: alpha(opacity=100); +} + +.minimal #topline:hover, +#rcmdraglayer { + filter: alpha(opacity=93); +} |