Bug 691758 - [Tablet] Optgroup should not have checkbox in select popup helper, r=wjohnston

This commit is contained in:
Martijn Wargers 2011-10-07 16:06:58 -07:00
parent 32a8083725
commit 1a0bec581c
2 changed files with 4 additions and 4 deletions

View File

@ -250,11 +250,11 @@
-moz-box-ordinal-group: 2; /* put the image on the right side */
}
.option-command {
.option-command:not([disabled="true"]):not(.optgroup) {
list-style-image: url("chrome://browser/skin/images/radio-unselected-hdpi.png");
}
.option-command.selected {
.option-command.selected:not(.optgroup) {
list-style-image: url("chrome://browser/skin/images/radio-selected-hdpi.png");
}

View File

@ -258,11 +258,11 @@
border-bottom: none;
}
.option-command {
.option-command:not([disabled="true"]):not(.optgroup) {
list-style-image: url("chrome://browser/skin/images/radio-unselected-hdpi.png");
}
.option-command.selected {
.option-command.selected:not(.optgroup) {
list-style-image: url("chrome://browser/skin/images/radio-selected-hdpi.png");
}