Fixed cancel button color in unknown product resolve dialog

This commit is contained in:
Bernd Bestel 2019-03-09 10:41:03 +01:00
parent 0f03420808
commit 2d0c0bf34f
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -150,7 +150,7 @@ $('#product_id_text_input').on('blur', function(e)
buttons: { buttons: {
cancel: { cancel: {
label: L('Cancel'), label: L('Cancel'),
className: 'btn-default responsive-button', className: 'btn-secondary responsive-button',
callback: function() callback: function()
{ {
Grocy.Components.ProductPicker.SetValue(''); Grocy.Components.ProductPicker.SetValue('');