From: Sarven Capadisli Date: Sun, 24 May 2009 01:53:08 +0000 (+0000) Subject: Changing opacity to 1 only on the hovered notice item X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fde9b09435f6d7fc6cb3f8ccc37dcb3f5ccdb056;p=quix0rs-gnu-social.git Changing opacity to 1 only on the hovered notice item --- diff --git a/theme/default/css/display.css b/theme/default/css/display.css index 16c9322a5d..bc6bd2ee4e 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 2fb123a20a..b181d90565 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,