diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-22 19:43:08 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-22 19:43:08 +0000 |
commit | 690273e20d98f33e43a490dc129a4d05dd06274c (patch) | |
tree | e758552756a3b75af19000b1ea8087b089e4e285 /theme/identica | |
parent | 5cc0391093109a99504d27415a53712421c8e95f (diff) |
notice stlye updates
Diffstat (limited to 'theme/identica')
-rw-r--r-- | theme/identica/css/display.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css index 66ee3c25d..5d07cfd9a 100644 --- a/theme/identica/css/display.css +++ b/theme/identica/css/display.css @@ -214,9 +214,11 @@ background:transparent url(../images/icons/twotone/green/disfavourite.gif) no-re background:transparent url(../images/icons/twotone/green/trash.gif) no-repeat 0 45%; } +div.entry-content, div.notice-options { opacity:0.3; } +.notices li.hover div.entry-content, .notices li.hover div.notice-options { opacity:1; } |