mirror of
https://github.com/grocy/grocy.git
synced 2026-04-04 20:06:16 +02:00
Fixed cancel button color in unknown product resolve dialog
This commit is contained in:
parent
0f03420808
commit
2d0c0bf34f
|
|
@ -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('');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user