diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-05-24 01:53:08 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-05-24 01:53:08 +0000 |
commit | fde9b09435f6d7fc6cb3f8ccc37dcb3f5ccdb056 (patch) | |
tree | f56816200d6e2a260b86ffdba5f4320c2e9aa016 /theme/identica/css/display.css | |
parent | 7e0a314768fed3c5964e9d404d33a243277559ce (diff) |
Changing opacity to 1 only on the hovered notice item
Diffstat (limited to 'theme/identica/css/display.css')
-rw-r--r-- | theme/identica/css/display.css | 4 |
1 files changed, 3 insertions, 1 deletions
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, |