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