summaryrefslogtreecommitdiff
path: root/theme/h4ck3r/css/display.css
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-03-24 23:31:30 +0100
committerSarven Capadisli <csarven@status.net>2010-03-25 22:20:36 +0100
commit2bd75d0f5b22fabb62258b7731be4f1290ba26c2 (patch)
treeb03bdd9eb0aa23bb5c55cf5a3b3a9f0323481124 /theme/h4ck3r/css/display.css
parentaeab594d320f422c45a6799cf36e87e2ace9ed07 (diff)
A lot of updates to keep the themes current (at least in functionality)
Diffstat (limited to 'theme/h4ck3r/css/display.css')
-rw-r--r--theme/h4ck3r/css/display.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/theme/h4ck3r/css/display.css b/theme/h4ck3r/css/display.css
index 7112765ab..276659dce 100644
--- a/theme/h4ck3r/css/display.css
+++ b/theme/h4ck3r/css/display.css
@@ -200,14 +200,19 @@ background:transparent url(../../base/images/icons/twotone/green/disfavourite.gi
background:transparent url(../../base/images/icons/twotone/green/trash.gif) no-repeat 0 45%;
}
+.notices .attachment.more,
.notices div.entry-content,
.notices div.notice-options {
opacity:0.4;
}
-.notices li.hover div.entry-content,
-.notices li.hover div.notice-options {
+.notices li:hover .attachment.more,
+.notices li:hover div.entry-content,
+.notices li:hover div.notice-options {
opacity:1;
}
+.opaque {
+opacity:1 !important;
+}
div.entry-content {
color:#ccc;
}