]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Changing opacity to 1 only on the hovered notice item
authorSarven Capadisli <csarven@controlyourself.ca>
Sun, 24 May 2009 01:53:08 +0000 (01:53 +0000)
committerSarven Capadisli <csarven@controlyourself.ca>
Sun, 24 May 2009 01:53:08 +0000 (01:53 +0000)
theme/default/css/display.css
theme/identica/css/display.css

index 16c9322a5d724dfd85c0fbc62089ca32b9e2b258..bc6bd2ee4e5a92dd4001dea73f9f4c377a29a8e1 100644 (file)
@@ -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,
index 2fb123a20a26cbb1ac3ffde2529256c9782207d0..b181d9056580156236336bb6d3f85b833221c713 100644 (file)
@@ -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,