aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/loozah
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-09-26 11:42:48 +0200
committerFabio Comuni <fabrix.xm@gmail.com>2011-09-26 11:42:48 +0200
commit5792b3d3580b9f09460305858293398d8d8a9abf (patch)
tree90d60e9db4ed733a60c2890c7305d45ddd48be42 /view/theme/loozah
parent991656a3ef396d9a6bd43ddb752627c2880b17ba (diff)
parent428e6766411d2c6708ad25f726c4bcf1d64af1cc (diff)
downloadvolse-hubzilla-5792b3d3580b9f09460305858293398d8d8a9abf.tar.gz
volse-hubzilla-5792b3d3580b9f09460305858293398d8d8a9abf.tar.bz2
volse-hubzilla-5792b3d3580b9f09460305858293398d8d8a9abf.zip
Merge branch 'master' into newui
Diffstat (limited to 'view/theme/loozah')
-rw-r--r--view/theme/loozah/style.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css
index 8636f1085..dda980366 100644
--- a/view/theme/loozah/style.css
+++ b/view/theme/loozah/style.css
@@ -1587,6 +1587,26 @@ padding: 5px 10px 0px;
clear: both;
}
+.tabs {
+ padding: 4px;
+ margin-top: 10px;
+ margin-bottom: 10px;
+ margin-right: 5px;
+ /*border: 1px solid #CCC;*/
+ /*background: #F8F8F8;*/
+ font-size: 0.8em;
+ font-weight: bold;
+ background-color: #ECECEC;
+ border: 1px solid #858585;
+}
+.tabs:hover {
+ background-color: #0CBEFE;
+ color: #F5F6FB;
+ border: 1px solid #F5F6FB;
+ /*cursor: pointer;*/
+}
+
+
.comment-edit-text-empty {
color: gray;
height: 30px;
@@ -2732,6 +2752,7 @@ a.mail-list-link {
.off { background-position: 0px -48px; }
.starred { background-position: -16px -48px; }
.unstarred { background-position: -32px -48px; }
+.tagged { background-position: -48px -48px; }
.icon.dim { opacity: 0.3;filter:alpha(opacity=30); }