fix: harmonisation des 2 champs de filtrage des colonnes: input et select
This commit is contained in:
parent
9bf17f3b3e
commit
608590abb6
1 changed files with 11 additions and 0 deletions
|
@ -17,6 +17,9 @@
|
||||||
div.vue-input>input {
|
div.vue-input>input {
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
}
|
}
|
||||||
|
div.vue-input>input {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
.tag--ub {
|
.tag--ub {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -25,6 +28,13 @@ div.vue-input>input {
|
||||||
.gamutable__input--filtrer {
|
.gamutable__input--filtrer {
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
padding: 5px 5px !important;
|
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 {
|
.gamutable__input--filtrer:valid {
|
||||||
|
@ -50,6 +60,7 @@ div.vue-input>input {
|
||||||
|
|
||||||
th .vue-select {
|
th .vue-select {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gamutable--surTable select,
|
.gamutable--surTable select,
|
||||||
|
|
Loading…
Add table
Reference in a new issue