Using opacity on the notice more link icon

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

View 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;

View 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;