From bd0551b22076b82a6d49e9f7a2b2e0c90a1b2326 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Fri, 05 Feb 2016 07:25:27 -0500 Subject: [PATCH] Secure also downloads of addressbook exports, managesieve script exports and Enigma keys exports --- plugins/legacy_browser/skins/larry/iehacks.css | 38 ++++++++++++++++++++++++++++++++------ 1 files changed, 32 insertions(+), 6 deletions(-) diff --git a/plugins/legacy_browser/skins/larry/iehacks.css b/plugins/legacy_browser/skins/larry/iehacks.css index 9607255..18755ea 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); } @@ -31,11 +33,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, @@ -172,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