diff options
author | thomascube <thomas@roundcube.net> | 2012-02-25 17:57:24 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-02-25 17:57:24 +0000 |
commit | a1bd76232a662a4ec3468305f8e66632c6c92479 (patch) | |
tree | ea5134f38d572448d6330a515afe690645be1544 /skins/larry/iehacks.css | |
parent | 589385f37fa1de64327cbc037b30ce4efc18a3cc (diff) |
Same problems with PNG and filter:alpha() on IE8
Diffstat (limited to 'skins/larry/iehacks.css')
-rw-r--r-- | skins/larry/iehacks.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/skins/larry/iehacks.css b/skins/larry/iehacks.css index b77396788..8a775ac5c 100644 --- a/skins/larry/iehacks.css +++ b/skins/larry/iehacks.css @@ -109,6 +109,13 @@ ul.toolbarmenu li a.active:hover, filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0); } +.toolbar a.button.disabled, +.boxpagenav a.icon.disabled, +.pagenav a.button.disabled span.inner, +.boxfooter .listbutton.disabled .inner, +.dropbutton a.button.disabled + .dropbuttontip { + background-image: url(images/buttons.gif); +} /*** addressbook.css ***/ |