Changing opacity to 1 only on the hovered notice item

This commit is contained in:
Sarven Capadisli 2009-05-24 01:53:08 +00:00
parent 7e0a314768
commit fde9b09435
2 changed files with 6 additions and 2 deletions

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

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