X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Ficons.less;h=525ca48d8245515f6545443849ed12470e069ec1;hb=2650ba49c18c25f1f914f38983f38f4304a20587;hp=8f7111aff61e37682af51e29a2c36dd6c258c3cf;hpb=9d2afc2d3c12f6b70eae11487e491e2d8604ed60;p=friendica.git diff --git a/view/theme/quattro/icons.less b/view/theme/quattro/icons.less index 8f7111aff6..525ca48d82 100644 --- a/view/theme/quattro/icons.less +++ b/view/theme/quattro/icons.less @@ -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"); } + } @@ -24,6 +30,10 @@ text-indent: 0px; } + &.s10 { + width:10px; height: 10px; + .icons(10); + } &.s16 { width:22px; height: 22px; .icons(16); @@ -32,6 +42,10 @@ width:22px; height: 22px; .icons(22); } + &.s48 { + width:48px; height: 48px; + .icons(48); + } }