diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2012-04-13 11:56:56 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2012-04-13 11:56:56 +0200 |
commit | 469710893da118d9fd174d69cc47069541bafe7b (patch) | |
tree | b8459e17e6c6a3d14d07d452fa23ee6013f57416 /view/theme/quattro/icons.less | |
parent | 4496d075e50c7dd8bd3506bac5d97ed2a913ab86 (diff) | |
download | volse-hubzilla-469710893da118d9fd174d69cc47069541bafe7b.tar.gz volse-hubzilla-469710893da118d9fd174d69cc47069541bafe7b.tar.bz2 volse-hubzilla-469710893da118d9fd174d69cc47069541bafe7b.zip |
quattro: language icon in navbar
Diffstat (limited to 'view/theme/quattro/icons.less')
-rw-r--r-- | view/theme/quattro/icons.less | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/theme/quattro/icons.less b/view/theme/quattro/icons.less index 3688ae021..24e96b5aa 100644 --- a/view/theme/quattro/icons.less +++ b/view/theme/quattro/icons.less @@ -19,6 +19,9 @@ &.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"); } + + &.language { background-image: url("icons/language.png"); } + } |