зеркало из https://github.com/mozilla/pjs.git
Bug 679994 - Checkboxes in "Disable add-ons you no longer use" dialog have no labels, names aren't accessible. r=rstrong, ui-r=Boriss
This commit is contained in:
Родитель
b727da1b59
Коммит
eb53d22bdf
|
@ -53,6 +53,7 @@
|
||||||
<content>
|
<content>
|
||||||
<xul:hbox class="select-keep select-cell">
|
<xul:hbox class="select-keep select-cell">
|
||||||
<xul:checkbox class="addon-keep-checkbox" anonid="keep"
|
<xul:checkbox class="addon-keep-checkbox" anonid="keep"
|
||||||
|
xbl:inherits="tooltiptext=name"
|
||||||
oncommand="document.getBindingParent(this).keepChanged();"/>
|
oncommand="document.getBindingParent(this).keepChanged();"/>
|
||||||
</xul:hbox>
|
</xul:hbox>
|
||||||
<xul:hbox class="select-icon select-cell">
|
<xul:hbox class="select-icon select-cell">
|
||||||
|
|
|
@ -114,6 +114,10 @@
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.select-keep .addon-keep-checkbox:-moz-focusring {
|
||||||
|
outline: 1px dotted ThreeDDarkShadow;
|
||||||
|
}
|
||||||
|
|
||||||
.select-icon {
|
.select-icon {
|
||||||
width: 20px;
|
width: 20px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -124,6 +124,10 @@
|
||||||
width: 13px;
|
width: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.select-keep .addon-keep-checkbox:-moz-focusring {
|
||||||
|
outline: 1px dotted ThreeDDarkShadow;
|
||||||
|
}
|
||||||
|
|
||||||
.select-keep .checkbox-label-box {
|
.select-keep .checkbox-label-box {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче