mirror of
https://github.com/friendica/friendica
synced 2024-11-10 06:22:53 +00:00
add starred, unstarred icons to duepuntozero, loozah
This commit is contained in:
parent
21b852e8e3
commit
ab7f209fe3
2 changed files with 5 additions and 0 deletions
|
@ -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); }
|
||||
|
||||
|
|
|
@ -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); }
|
||||
|
||||
|
|
Loading…
Reference in a new issue