]> git.mxchange.org Git - friendica.git/commitdiff
Icons do now appear on smoothly and duepuntezero as well
authorMichael <heluecht@pirati.ca>
Fri, 8 Nov 2019 18:07:54 +0000 (18:07 +0000)
committerMichael <heluecht@pirati.ca>
Fri, 8 Nov 2019 18:07:54 +0000 (18:07 +0000)
view/theme/duepuntozero/style.css
view/theme/smoothly/style.css

index 3009e36a65bfa51cf8a44bf54627298d7c288326..bb5a25490e8078a8ab4127571ad37aea3d444ffd 100644 (file)
@@ -3205,6 +3205,8 @@ aside input[type='text'] {
 .on { background-position: -144px -32px; }
 
 .off { background-position: 0px -48px; }
+.pinned { background-position: -16px -48px; }
+.unpinned { background-position: -32px -48px; }
 .starred { background-position: -16px -48px; }
 .unstarred { background-position: -32px -48px; }
 .tagged { background-position: -48px -48px; }
index aa9a8e543b30fe43d78e4d5111ead3cfd6064bae..ea84f0166886d849f398b527d0994140872483aa 100644 (file)
@@ -3991,6 +3991,15 @@ margin-left: 0px;
        height: 20px;
        background-image: url("images/icons.png");
 }
+.pinned {
+       background-image: url("images/star.png");
+       repeat: no-repeat;
+}
+.unpinned {
+       background-image: url("images/premium.png");
+       repeat: no-repeat;
+}
+
 .starred {
        background-image: url("images/star.png");
        repeat: no-repeat;