style: set the icon size directly on the menu item

Set the icon size directly on the menu item rather than the embedded icon
to prevent it being overridden.
This commit is contained in:
Thomas Wood 2011-09-26 10:52:05 +01:00
parent ea5147e4bc
commit de8a42d959
1 changed files with 1 additions and 4 deletions

View File

@ -352,6 +352,7 @@ MxMenu {
MxMenu > MxButton {
padding: 3;
border-image: none;
-mx-icon-size: 16;
}
MxMenu > MxButton:hover,
@ -361,10 +362,6 @@ MxMenu > MxButton:active {
padding: 3;
}
MxMenu MxIcon {
-mx-icon-size: 16;
}
MxToggle {
background-image: url("toggle-background.png");
}