mirror of
https://github.com/grocy/grocy.git
synced 2025-08-17 11:06:36 +00:00
Fixed cancel button color in unknown product resolve dialog
This commit is contained in:
@@ -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('');
|
||||||
|
Reference in New Issue
Block a user