From 608590abb6c0a76cd6da5cd4aff1f2a2a6fcfbea Mon Sep 17 00:00:00 2001 From: tofulm Date: Wed, 13 Nov 2024 09:50:50 +0100 Subject: [PATCH] fix: harmonisation des 2 champs de filtrage des colonnes: input et select --- css/gamutable.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/css/gamutable.css b/css/gamutable.css index 5802150..cb25742 100644 --- a/css/gamutable.css +++ b/css/gamutable.css @@ -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,