diff options
author | thomascube <thomas@roundcube.net> | 2012-01-10 21:09:55 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-01-10 21:09:55 +0000 |
commit | 004a08d3f86ce76077c1f7a46dc2036f6339fc58 (patch) | |
tree | 1cf70140e2a82a93c8b411cab8dcd0f79d51f922 /skins/larry/styles.css | |
parent | 03fe1c2ad312eb55799ac4498826829df4bf70d4 (diff) |
Added more icons for Larry
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r-- | skins/larry/styles.css | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 0af131b86..4ca9ac7a0 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -1291,7 +1291,7 @@ ul.proplist li { } .toolbar a.button.disabled { - opacity: 0.5; + opacity: 0.4; } .dropbutton { @@ -1314,6 +1314,14 @@ ul.proplist li { background-position: -26px -1255px; } +.dropbutton a.button.disabled + .dropbuttontip { + opacity: 0.5; +} + +.dropbutton a.button.disabled + .dropbuttontip:hover { + background-position: 0 -1255px; +} + .toolbar a.button.back { background-position: 0 -1216px; } @@ -1356,7 +1364,10 @@ ul.proplist li { background-position: center -810px; } -.toolbar a.button.markmessage, +.toolbar a.button.markmessage { + background-position: center -1095px; +} + .toolbar a.button.more { background-position: center -850px; } @@ -1369,6 +1380,10 @@ ul.proplist li { background-position: center -930px; } +.toolbar a.button.insertsig { + background-position: center -1135px; +} + .toolbar a.button.search { background-position: center -970px; } |