Fixed <select> style

This commit is contained in:
Bernd Bestel 2023-05-21 14:47:37 +02:00
parent 2cba3ce7e9
commit 99db10a490
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300
3 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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'

View File

@ -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>