aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/quattro/icons.less
diff options
context:
space:
mode:
authorSimon L'nu <simon.lnu@gmail.com>2012-06-03 18:03:20 -0400
committerSimon L'nu <simon.lnu@gmail.com>2012-06-03 18:03:20 -0400
commit8d4c77fc43e4d37e807248f13afb5b2913b6cfc4 (patch)
tree688f64270521b0c47eaacae020e2ba92274fddeb /view/theme/quattro/icons.less
parent598a2563e844477de2f688663c7c46962b26b602 (diff)
parent9f4b89726176f9596cf3330a68cfab8cab5ab361 (diff)
downloadvolse-hubzilla-8d4c77fc43e4d37e807248f13afb5b2913b6cfc4.tar.gz
volse-hubzilla-8d4c77fc43e4d37e807248f13afb5b2913b6cfc4.tar.bz2
volse-hubzilla-8d4c77fc43e4d37e807248f13afb5b2913b6cfc4.zip
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master: rev update database updates Debugged implementation of Diaspora relayable_retractions cleanup and logging first shot at getting like/unlike functions to work consistently Fix bugs in the retraction code prepare to implement database update Implement relaying of relayable_retractions Support relayable_retractions that are relayed to us by the top-level post owner quattro: admin panel styling and 1st buttons for addon/theme overview privacy settings: make submit button translateable DE: update to the strings prv messages: make submit translateable * master:
Diffstat (limited to 'view/theme/quattro/icons.less')
-rw-r--r--view/theme/quattro/icons.less15
1 files changed, 14 insertions, 1 deletions
diff --git a/view/theme/quattro/icons.less b/view/theme/quattro/icons.less
index 24e96b5aa..ae7459dfc 100644
--- a/view/theme/quattro/icons.less
+++ b/view/theme/quattro/icons.less
@@ -21,7 +21,8 @@
&.type-text { background-image: url("../../../images/icons/@{size}/text.png"); }
&.language { background-image: url("icons/language.png"); }
-
+
+
}
@@ -59,5 +60,17 @@
.icons(48);
}
+ &.on {
+ background-image: url("icons/addon_on.png");
+ min-width:16px;
+ height: 16px;
+ background-position: 0px 0px;
+ }
+ &.off {
+ background-image: url("icons/addon_off.png");
+ width: 16px;
+ height: 16px;
+ background-position: 0px 0px;
+ }
}