mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 20:26:42 +00:00
Hide the form validation feedback icons introduced in Bootstrap 4.2.0 - a colored border is enough
This commit is contained in:
@@ -168,6 +168,16 @@ 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;
|
||||||
|
Reference in New Issue
Block a user