diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-04-18 18:54:29 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-04-18 18:54:29 +0200 |
commit | 241af0937c973fb8b541ed97ef8b194be4be7c00 (patch) | |
tree | bbfbc0bae4fd15a72f20cf29d96f70007dbe89de /plugins/legacy_browser/skins | |
parent | ca33f32b607966b9d774ae1c6261031056212a33 (diff) |
Fix loading css for larry skin, support minified css files
Diffstat (limited to 'plugins/legacy_browser/skins')
-rw-r--r-- | plugins/legacy_browser/skins/larry/iehacks.css | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/plugins/legacy_browser/skins/larry/iehacks.css b/plugins/legacy_browser/skins/larry/iehacks.css index 96072554c..917374a26 100644 --- a/plugins/legacy_browser/skins/larry/iehacks.css +++ b/plugins/legacy_browser/skins/larry/iehacks.css @@ -13,7 +13,9 @@ top: -6px; } -input.button { +input.button, +a.disabled.button, +.buttongroup { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e6e6e6', GradientType=0); } @@ -33,11 +35,6 @@ input.button.mainaction:active { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a2e31', endColorstr='#505050', GradientType=0); } -a.button, -.buttongroup { - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e6e6e6', GradientType=0); -} - a.button.pressed, a.button:active, input.button:active { |