aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/quattro/icons.less
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2012-02-15 11:10:02 +0100
committerFabio Comuni <fabrix.xm@gmail.com>2012-02-15 11:10:02 +0100
commitfe3e8ee8547dbb7dab5b756056d688d2b8bfbd5f (patch)
treebbd0c2dadb9a3fa76f0d575ce958d7ead96dcd92 /view/theme/quattro/icons.less
parent7140e56d1f01ce8448fa432411c10b9212fc8a66 (diff)
downloadvolse-hubzilla-fe3e8ee8547dbb7dab5b756056d688d2b8bfbd5f.tar.gz
volse-hubzilla-fe3e8ee8547dbb7dab5b756056d688d2b8bfbd5f.tar.bz2
volse-hubzilla-fe3e8ee8547dbb7dab5b756056d688d2b8bfbd5f.zip
quattro: icons for attachments
Diffstat (limited to 'view/theme/quattro/icons.less')
-rwxr-xr-xview/theme/quattro/icons.less5
1 files changed, 5 insertions, 0 deletions
diff --git a/view/theme/quattro/icons.less b/view/theme/quattro/icons.less
index f87327703..e314fba1f 100755
--- a/view/theme/quattro/icons.less
+++ b/view/theme/quattro/icons.less
@@ -13,6 +13,11 @@
&.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"); }
+ &.type-unkn { background-image: url("../../../images/icons/@{size}/zip.png"); }
+ &.type-audio{ background-image: url("../../../images/icons/@{size}/audio.png"); }
+ &.type-video{ background-image: url("../../../images/icons/@{size}/video.png"); }
+ &.type-image{ background-image: url("../../../images/icons/@{size}/image.png"); }
+ &.type-text { background-image: url("../../../images/icons/@{size}/text.png"); }
}