fx-compat: Tag Color Chooser: Don't disable label

The default styles make it a strange-looking gray color, and there's no reason
to disable it separately if the element it's connected to is disabled.
This commit is contained in:
Abe Jellinek 2022-11-22 21:00:35 -05:00
parent 16eac5040b
commit ca1f83e9c9

View file

@ -55,7 +55,7 @@
<label value="&zotero.tagColorChooser.color;" control="color-picker"/>
<color-picker id="color-picker" disabled="true"/>
<separator width="20"/>
<label value="&zotero.tagColorChooser.position;" control="tag-position" disabled="true"/>
<label value="&zotero.tagColorChooser.position;" control="tag-position"/>
<menulist id="tag-position" disabled="true" sizetopopup="always"
oncommand="Zotero_Tag_Color_Chooser.onPositionChange()"
native="true">