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-24 23:31:30 +0100
commit97e83112d249cd2fbb281da59c80d43e0fe33818 (patch)
treed706e5b60c079a8e7bebbd436c3f7c89087e5f32 /theme/h4ck3r/css/display.css
parent2c50d4aa4487e5317e5b71909691acc3345d4a9e (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;
}