PL-10427 Desktop picker field buttons use wrong icons

This commit is contained in:
Daniil Tsarev 2018-02-20 13:56:01 +04:00
parent 65c4c8fba7
commit 0304897901

View File

@ -17,4 +17,11 @@
@include=default-theme.properties, legacy-theme.properties
cuba.gui.ResetPasswordsDialog.width=660px
cuba.gui.ResetPasswordsDialog.width=660px
icons.PICKERFIELD_CLEAR = components/pickerfield/images/clear-btn.png
icons.PICKERFIELD_CLEAR_READONLY = components/pickerfield/images/clear-btn-readonly.png
icons.PICKERFIELD_LOOKUP = components/pickerfield/images/lookup-btn.png
icons.PICKERFIELD_LOOKUP_READONLY = components/pickerfield/images/lookup-btn-readonly.png
icons.PICKERFIELD_OPEN = components/pickerfield/images/open-btn.png
icons.PICKERFIELD_OPEN_READONLY = components/pickerfield/images/open-btn-readonly.png