mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 01:32:38 +00:00
Fixed <select>
style
This commit is contained in:
parent
2cba3ce7e9
commit
99db10a490
@ -116,7 +116,7 @@
|
||||
data-trigger="hover click"
|
||||
title="{{ $__t('This will apply to added products') }}"></i>
|
||||
</label>
|
||||
<select class="form-control"
|
||||
<select class="custom-control custom-select"
|
||||
id="stock_label_type"
|
||||
name="stock_label_type">
|
||||
<option value="0">{{ $__t('No label') }}</option>
|
||||
|
@ -539,7 +539,7 @@
|
||||
data-toggle="tooltip"
|
||||
data-trigger="hover click"
|
||||
title="{{ $__t('This is the default which will be prefilled on purchase') }}"></i>
|
||||
<select class="form-control"
|
||||
<select class="custom-control custom-select"
|
||||
id="default_stock_label_type"
|
||||
name="default_stock_label_type">
|
||||
<option @if($mode=='edit'
|
||||
|
@ -151,7 +151,7 @@
|
||||
@if(GROCY_FEATURE_FLAG_LABEL_PRINTER)
|
||||
<div class="form-group">
|
||||
<label for="stock_label_type">{{ $__t('Stock entry label') }}</label>
|
||||
<select class="form-control"
|
||||
<select class="custom-control custom-select"
|
||||
id="stock_label_type"
|
||||
name="stock_label_type">
|
||||
<option value="0">{{ $__t('No label') }}</option>
|
||||
|
Loading…
x
Reference in New Issue
Block a user