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,