diff options
author | friendica <info@friendica.com> | 2012-04-12 05:47:57 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-12 05:47:57 -0700 |
commit | 23b08e3ea79936ecee0a061e38a08145f3fca1da (patch) | |
tree | 6f2fa30889c7935bb3f70da10ff5d33f4700fa09 /view/theme/quattro/icons.less | |
parent | 815a727076210e6fd7edd6815c33e4bc56e674c6 (diff) | |
parent | 309f2bfa5f85e80e94d6ee177496c5a095201943 (diff) | |
download | volse-hubzilla-23b08e3ea79936ecee0a061e38a08145f3fca1da.tar.gz volse-hubzilla-23b08e3ea79936ecee0a061e38a08145f3fca1da.tar.bz2 volse-hubzilla-23b08e3ea79936ecee0a061e38a08145f3fca1da.zip |
Merge pull request #228 from fabrixxm/master
settings tabs, notifications js and quattro
Diffstat (limited to 'view/theme/quattro/icons.less')
-rw-r--r-- | view/theme/quattro/icons.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/theme/quattro/icons.less b/view/theme/quattro/icons.less index e314fba1f..3688ae021 100644 --- a/view/theme/quattro/icons.less +++ b/view/theme/quattro/icons.less @@ -13,6 +13,7 @@ &.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"); } + &.plugin { background-image: url("../../../images/icons/@{size}/plugin.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"); } |