aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-10-26 12:15:38 +0200
committerFabio Comuni <fabrix.xm@gmail.com>2011-10-26 12:15:38 +0200
commitdc212de9606422be6e912a0bb7f3569192942938 (patch)
tree5a253e3b57d14751214513a029d84699f5ad5b21 /view
parentbed0043b30c219a08aa0b352923299ea153d515c (diff)
parent6d6136cdb5a2149037c3cf315b3fa81a72bd7d55 (diff)
downloadvolse-hubzilla-dc212de9606422be6e912a0bb7f3569192942938.tar.gz
volse-hubzilla-dc212de9606422be6e912a0bb7f3569192942938.tar.bz2
volse-hubzilla-dc212de9606422be6e912a0bb7f3569192942938.zip
Merge remote-tracking branch 'friendika/master'
Diffstat (limited to 'view')
-rw-r--r--view/theme/duepuntozero/style.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index 378e0da1e..b870f6bd5 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -228,6 +228,9 @@ footer {
}
+.birthday-today, .event-today {
+ font-weight: bold;
+}
div.wall-item-content-wrapper.shiny {
background-image: url('shiny.png');
@@ -2539,6 +2542,16 @@ a.mail-list-link {
margin-top: 10px;
}
+.body-tag {
+ opacity: 0.5;
+ filter:alpha(opacity=50);
+}
+
+.body-tag:hover {
+ opacity: 1.0 !important;
+ filter:alpha(opacity=100) !important;
+}
+
.item-select {
opacity: 0.1;
filter:alpha(opacity=10);