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:
parent
16eac5040b
commit
ca1f83e9c9
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue