diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-09-16 12:50:15 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-09-16 12:50:15 +0200 |
commit | 80af4f3fe647e52add7e38cabc356597fae57a22 (patch) | |
tree | 5483ba6641168a5b2d366d9c504efccd187f4704 /view/theme/quattro | |
parent | 9d2afc2d3c12f6b70eae11487e491e2d8604ed60 (diff) | |
download | volse-hubzilla-80af4f3fe647e52add7e38cabc356597fae57a22.tar.gz volse-hubzilla-80af4f3fe647e52add7e38cabc356597fae57a22.tar.bz2 volse-hubzilla-80af4f3fe647e52add7e38cabc356597fae57a22.zip |
new icons
Diffstat (limited to 'view/theme/quattro')
-rw-r--r-- | view/theme/quattro/icons.less | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/view/theme/quattro/icons.less b/view/theme/quattro/icons.less index 8f7111aff..c5dc1937b 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(22); + } } |