diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-03-21 11:56:21 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-03-21 11:56:21 +0100 |
commit | 6996dee8567b32144c10aea5bf8db7feb07c2ce6 (patch) | |
tree | 45ef4681f85c9aadd29e9a95936b59bc3a62d8a7 /skins/larry/iehacks.css | |
parent | 4f693e9daa21185761d38dca9a0ba626be8c05cb (diff) |
Add switch for text/html alternative part view (#1486939)
Diffstat (limited to 'skins/larry/iehacks.css')
-rw-r--r-- | skins/larry/iehacks.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/skins/larry/iehacks.css b/skins/larry/iehacks.css index 871cce4fd..960ce7648 100644 --- a/skins/larry/iehacks.css +++ b/skins/larry/iehacks.css @@ -29,7 +29,8 @@ input.button.mainaction:active { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a2e31', endColorstr='#505050', GradientType=0); } -a.button { +a.button, +.buttongroup { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e6e6e6', GradientType=0); } @@ -47,6 +48,10 @@ 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); } |