diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2012-02-15 11:10:02 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2012-02-15 11:10:02 +0100 |
commit | fe3e8ee8547dbb7dab5b756056d688d2b8bfbd5f (patch) | |
tree | bbd0c2dadb9a3fa76f0d575ce958d7ead96dcd92 /view/theme/quattro/icons.less | |
parent | 7140e56d1f01ce8448fa432411c10b9212fc8a66 (diff) | |
download | volse-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-x | view/theme/quattro/icons.less | 5 |
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"); } } |