]> git.mxchange.org Git - friendica.git/commitdiff
add starred, unstarred icons to duepuntozero, loozah
authorFriendika <info@friendika.com>
Sun, 3 Jul 2011 03:51:27 +0000 (20:51 -0700)
committerFriendika <info@friendika.com>
Sun, 3 Jul 2011 03:51:27 +0000 (20:51 -0700)
view/theme/duepuntozero/style.css
view/theme/loozah/style.css

index 5595045b89edd7556459d01ab6f9f5071ea6d5fe..e18cc32367f764d776710c2c0e8e98f91e876cd4 100644 (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); }
 
index d2b6441ac7697b9cfcbbcb8b99ef7c83bcfacee4..8f64e4cf88ea0568c01941f81d55975938979b4b 100644 (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); }