]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Using opacity on the notice more link icon
authorSarven Capadisli <csarven@status.net>
Fri, 19 Mar 2010 18:06:54 +0000 (19:06 +0100)
committerSarven Capadisli <csarven@status.net>
Thu, 25 Mar 2010 21:19:09 +0000 (22:19 +0100)
theme/default/css/display.css
theme/identica/css/display.css

index d89607ebe57e15a84e04c5a403789a0d54fe7e44..dd18b86ceff66efef4765e5aeeb91005f6bff939 100644 (file)
@@ -435,10 +435,12 @@ background-position:0 -1582px;
 background-position:0 -1648px;
 }
 
+.notices .attachment.more,
 .notices div.entry-content,
 .notices div.notice-options {
 opacity:0.4;
 }
+.notices li:hover .attachment.more,
 .notices li:hover div.entry-content,
 .notices li:hover div.notice-options {
 opacity:1;
@@ -446,6 +448,7 @@ opacity:1;
 .opaque {
 opacity:1 !important;
 }
+.attachment.more,
 .notice-options a,
 .notice-options input {
 font-family:sans-serif;
index 1af853c496946eef6ef0c26d940c85a00072899f..bef598383552ef236b2e05de94801275685fe695 100644 (file)
@@ -434,10 +434,12 @@ background-position:0 -1582px;
 background-position:0 -1648px;
 }
 
+.notices .attachment.more,
 .notices div.entry-content,
 .notices div.notice-options {
 opacity:0.4;
 }
+.notices li:hover .attachment.more,
 .notices li:hover div.entry-content,
 .notices li:hover div.notice-options {
 opacity:1;
@@ -445,6 +447,7 @@ opacity:1;
 .opaque {
 opacity:1 !important;
 }
+.attachment.more,
 .notice-options a,
 .notice-options input {
 font-family:sans-serif;