Using opacity on the notice more link icon

This commit is contained in:
Sarven Capadisli 2010-03-19 19:06:54 +01:00
parent 41633fcd47
commit f23fc93a43
2 changed files with 6 additions and 0 deletions

View File

@ -435,10 +435,12 @@ background-position:0 -1582px;
background-position:0 -1648px; background-position:0 -1648px;
} }
.notices .attachment.more,
.notices div.entry-content, .notices div.entry-content,
.notices div.notice-options { .notices div.notice-options {
opacity:0.4; opacity:0.4;
} }
.notices li:hover .attachment.more,
.notices li:hover div.entry-content, .notices li:hover div.entry-content,
.notices li:hover div.notice-options { .notices li:hover div.notice-options {
opacity:1; opacity:1;
@ -446,6 +448,7 @@ opacity:1;
.opaque { .opaque {
opacity:1 !important; opacity:1 !important;
} }
.attachment.more,
.notice-options a, .notice-options a,
.notice-options input { .notice-options input {
font-family:sans-serif; font-family:sans-serif;

View File

@ -434,10 +434,12 @@ background-position:0 -1582px;
background-position:0 -1648px; background-position:0 -1648px;
} }
.notices .attachment.more,
.notices div.entry-content, .notices div.entry-content,
.notices div.notice-options { .notices div.notice-options {
opacity:0.4; opacity:0.4;
} }
.notices li:hover .attachment.more,
.notices li:hover div.entry-content, .notices li:hover div.entry-content,
.notices li:hover div.notice-options { .notices li:hover div.notice-options {
opacity:1; opacity:1;
@ -445,6 +447,7 @@ opacity:1;
.opaque { .opaque {
opacity:1 !important; opacity:1 !important;
} }
.attachment.more,
.notice-options a, .notice-options a,
.notice-options input { .notice-options input {
font-family:sans-serif; font-family:sans-serif;