From 0fbb27d2190a30fae876dfcc913372191444356b Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Wed, 02 Jul 2014 12:32:13 -0400
Subject: [PATCH] Move all filter:(opacity=X) styles to legacy_browser plugin

---
 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 917374a..18755ea 100644
--- a/plugins/legacy_browser/skins/larry/iehacks.css
+++ b/plugins/legacy_browser/skins/larry/iehacks.css
@@ -169,3 +169,32 @@
 	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);
+}

--
Gitblit v1.9.1