fix(web): fix design
This commit is contained in:
parent
215f8d135a
commit
5b36a31b84
12
web/public/css/bootstrap.min.css
vendored
12
web/public/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
@ -111,6 +111,22 @@ form {
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-select {
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
padding: .375rem 2.25rem .375rem .75rem;
|
||||||
|
font-size: 1rem;
|
||||||
|
font-weight: 400;
|
||||||
|
line-height: 1.5;
|
||||||
|
color: #212529;
|
||||||
|
border: 1px solid #ced4da;
|
||||||
|
border-radius: .25rem;
|
||||||
|
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
|
||||||
|
-webkit-appearance: none;
|
||||||
|
-moz-appearance: none;
|
||||||
|
appearance: none
|
||||||
|
}
|
||||||
|
|
||||||
.form-control,
|
.form-control,
|
||||||
.form-control:focus {
|
.form-control:focus {
|
||||||
color: #ddd !important;
|
color: #ddd !important;
|
||||||
|
|||||||
@ -33,7 +33,7 @@
|
|||||||
<form id="settings">
|
<form id="settings">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="db_name">Database name</label>
|
<label for="db_name">Database name</label>
|
||||||
<select name="db_name" id="db_name" class="form-select form-select-sm">
|
<select name="db_name" id="db_name" class="form-control form-select form-select-sm">
|
||||||
<option value=""></option>
|
<option value=""></option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -32,7 +32,7 @@
|
|||||||
<form id="settings">
|
<form id="settings">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="db_name">Database name</label>
|
<label for="db_name">Database name</label>
|
||||||
<select name="db_name" id="db_name" class="form-select form-select-sm">
|
<select name="db_name" id="db_name" class="form-control form-select form-select-sm">
|
||||||
<option value=""></option>
|
<option value=""></option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user