fix: harmonisation des 2 champs de filtrage des colonnes: input et select

This commit is contained in:
Christophe 2024-11-13 09:50:50 +01:00
parent 9bf17f3b3e
commit 608590abb6

View file

@ -17,6 +17,9 @@
div.vue-input>input {
font-size: 1.2rem;
}
div.vue-input>input {
color: inherit;
}
.tag--ub {
display: inline-block;
@ -25,6 +28,13 @@ div.vue-input>input {
.gamutable__input--filtrer {
font-size: 1.2rem;
padding: 5px 5px !important;
width: 100%;
box-shadow: 0 0 0 1px rgb(153, 153, 153) inset;
}
button.gamutable__input--filtrer {
width: 20px;
border: none;
font-weight: bolder;
}
.gamutable__input--filtrer:valid {
@ -50,6 +60,7 @@ div.vue-input>input {
th .vue-select {
width: 100%;
border-radius: 0;
}
.gamutable--surTable select,