]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/icons.less
video button only for dispy and quattro
[friendica.git] / view / theme / quattro / icons.less
index 8f7111aff61e37682af51e29a2c36dd6c258c3cf..525ca48d8245515f6545443849ed12470e069ec1 100644 (file)
@@ -1,3 +1,4 @@
+// Quattro Theme LESS file
 /* icons */
 
 .icons(@size: 22) {
@@ -7,7 +8,12 @@
        &.add           { background-image: url("../../../images/icons/@{size}/add.png"); }
        &.delete        { background-image: url("../../../images/icons/@{size}/delete.png"); }
        &.edit          { background-image: url("../../../images/icons/@{size}/edit.png"); }
-       &.start         { background-image: url("../../../images/icons/@{size}/star.png"); }
+       &.star          { background-image: url("../../../images/icons/@{size}/star.png"); }
+       &.menu          { background-image: url("../../../images/icons/@{size}/menu.png"); }
+       &.link          { background-image: url("../../../images/icons/@{size}/link.png"); }
+       &.lock          { background-image: url("../../../images/icons/@{size}/lock.png"); }
+       &.unlock        { background-image: url("../../../images/icons/@{size}/unlock.png"); }
+       
 }
 
 
                text-indent: 0px;
        }
 
+       &.s10 {
+               width:10px; height: 10px;
+               .icons(10);
+       }
        &.s16 {
                width:22px; height: 22px;
                .icons(16);
                width:22px; height: 22px;
                .icons(22);
        }
+       &.s48 {
+               width:48px; height: 48px;
+               .icons(48);
+       }
        
        
 }