Bug 285791 Some CSS effects shouldn't apply to disabled primary toolbar buttons (e.g. Forward) p=stefan_h@hem.utfors.se r+sr=me

git-svn-id: svn://10.0.0.236/trunk@170716 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
neil%parkwaycc.co.uk
2005-03-15 17:35:59 +00:00
parent b11906e0ff
commit 1b58740d09

View File

@@ -55,7 +55,8 @@
.toolbarbutton-1,
.toolbarbutton-1 > .toolbarbutton-menubutton-button,
.toolbarbutton-1[disabled="true"]:hover:active {
.toolbarbutton-1[disabled="true"]:hover:active,
.toolbarbutton-1[disabled="true"]:hover:active > .toolbarbutton-menubutton-button {
padding: 2px 7px 2px 6px;
}