mirror of
https://github.com/grocy/grocy.git
synced 2025-04-30 10:05:45 +00:00
Hide the form validation feedback icons introduced in Bootstrap 4.2.0 - a colored border is enough
This commit is contained in:
parent
e08dfb408c
commit
1077149784
@ -168,9 +168,19 @@ input::-webkit-inner-spin-button {
|
|||||||
cursor: wait;
|
cursor: wait;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Third party component customizations - Bootstrap */
|
||||||
|
|
||||||
|
/* Hide the form validation feedback icons introduced in Bootstrap 4.2.0 - a colored border is enough */
|
||||||
|
.form-control.is-invalid,
|
||||||
|
.was-validated .form-control:invalid,
|
||||||
|
.form-control.is-valid,
|
||||||
|
.was-validated .form-control:valid {
|
||||||
|
background-size: 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
/* Third party component customizations - DataTables */
|
/* Third party component customizations - DataTables */
|
||||||
td {
|
td {
|
||||||
vertical-align: middle !important;
|
vertical-align: middle !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table td.fit-content,
|
.table td.fit-content,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user