Changing opacity to 1 only on the hovered notice item
This commit is contained in:
		| @@ -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, | ||||
|   | ||||
| @@ -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, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user