add starred, unstarred icons to duepuntozero, loozah

This commit is contained in:
Friendika 2011-07-02 20:51:27 -07:00
parent 21b852e8e3
commit ab7f209fe3
2 changed files with 5 additions and 0 deletions

View file

@ -2690,6 +2690,9 @@ a.mail-list-link {
.on { background-position: -144px -32px; }
.off { background-position: 0px -48px; }
.starred { background-position: -16px -48px; }
.unstarred { background-position: -32px -48px; }
.icon.dim { opacity: 0.3;filter:alpha(opacity=30); }

View file

@ -2696,6 +2696,8 @@ a.mail-list-link {
.on { background-position: -144px -32px; }
.off { background-position: 0px -48px; }
.starred { background-position: -16px -48px; }
.unstarred { background-position: -32px -48px; }
.icon.dim { opacity: 0.3;filter:alpha(opacity=30); }