summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-05-24 01:53:08 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-05-24 01:53:08 +0000
commitfde9b09435f6d7fc6cb3f8ccc37dcb3f5ccdb056 (patch)
treef56816200d6e2a260b86ffdba5f4320c2e9aa016 /theme
parent7e0a314768fed3c5964e9d404d33a243277559ce (diff)
Changing opacity to 1 only on the hovered notice item
Diffstat (limited to 'theme')
-rw-r--r--theme/default/css/display.css4
-rw-r--r--theme/identica/css/display.css4
2 files changed, 6 insertions, 2 deletions
diff --git a/theme/default/css/display.css b/theme/default/css/display.css
index 16c9322a5..bc6bd2ee4 100644
--- a/theme/default/css/display.css
+++ b/theme/default/css/display.css
@@ -193,7 +193,9 @@ background:transparent url(../../base/images/icons/twotone/green/trash.gif) no-r
}
.notices div.entry-content,
-.notices div.notice-options {
+.notices div.notice-options,
+.notices li.hover .notices div.entry-content,
+.notices li.hover .notices div.notice-options {
opacity:0.4;
}
.notices li.hover div.entry-content,
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css
index 2fb123a20..b181d9056 100644
--- a/theme/identica/css/display.css
+++ b/theme/identica/css/display.css
@@ -193,7 +193,9 @@ background:transparent url(../../base/images/icons/twotone/green/trash.gif) no-r
}
.notices div.entry-content,
-.notices div.notice-options {
+.notices div.notice-options,
+.notices li.hover .notices div.entry-content,
+.notices li.hover .notices div.notice-options {
opacity:0.4;
}
.notices li.hover div.entry-content,