diff options
author | Hugues Hiegel <root@paranoid> | 2014-08-05 16:46:22 +0200 |
---|---|---|
committer | Hugues Hiegel <root@paranoid> | 2014-08-05 16:46:22 +0200 |
commit | 59478e06c25303a790a0840ab2ac30662c4ef781 (patch) | |
tree | 8d5e964a8f94adaef41efebb0597629f11495c42 /skins/larry/iehacks.css | |
parent | 7c494b677f9e470ee0d32e62cfa8dc709f39e748 (diff) |
c'est la merde..working
Diffstat (limited to 'skins/larry/iehacks.css')
-rw-r--r-- | skins/larry/iehacks.css | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/skins/larry/iehacks.css b/skins/larry/iehacks.css index 960ce7648..9996824b0 100644 --- a/skins/larry/iehacks.css +++ b/skins/larry/iehacks.css @@ -29,8 +29,7 @@ input.button.mainaction:active { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a2e31', endColorstr='#505050', GradientType=0); } -a.button, -.buttongroup { +a.button { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e6e6e6', GradientType=0); } @@ -48,10 +47,6 @@ input.button:active { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bababa', endColorstr='#d8d8d8', GradientType=0); } -.buttongroup a.button.selected { - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#909090', endColorstr='#858585', GradientType=0); -} - #message.statusbar { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#c8c8c8', GradientType=0); } @@ -123,7 +118,7 @@ ul.toolbarmenu li a.active:hover, .pagenav a.button.disabled span.inner, .boxfooter .listbutton.disabled .inner, .dropbutton a.button.disabled + .dropbuttontip { - background-image: url(images/buttons.gif); + background-image: url(images/buttons.gif?v=aab8.13054); } /*** addressbook.css ***/ |