Adjust color and height between input type text and select

This commit is contained in:
Jean-Baptiste Bellet
2022-12-08 16:14:54 +01:00
parent 6529a8d98f
commit 4c172b5ace
2 changed files with 4 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
color: $v2-medium-grey !important;
padding-left: 5px;
font-size: 13px;
padding-top: 3px;
height: 35px;
.select2-arrow {
color: $v2-medium-grey;
@@ -45,6 +45,7 @@
}
.select2-choices {
border-color: $v2-medium-grey !important;
min-height: 35px;
.select2-search-choice {
background-color: $v2-blue-light;
}

View File

@@ -18,9 +18,10 @@ fieldset {
// Change the color of all inputs
color: $v2-medium-grey;
border-color: $v2-light-grey !important;
font-size: 13px;
&:focus {
border-color: $v2-medium-grey;
border-color: $v2-medium-grey !important;
}
}