fixed datepicker clipped input borders
This commit is contained in:
parent
f8b7a40837
commit
c152f99793
|
@ -22,6 +22,7 @@
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
height: var(--inputHeight);
|
height: var(--inputHeight);
|
||||||
|
background: none;
|
||||||
border-radius: var(--baseRadius);
|
border-radius: var(--baseRadius);
|
||||||
border: 1px solid var(--baseAlt1Color);
|
border: 1px solid var(--baseAlt1Color);
|
||||||
}
|
}
|
||||||
|
@ -156,7 +157,6 @@
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
-ms-user-select: none;
|
-ms-user-select: none;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
overflow: hidden;
|
|
||||||
-webkit-box-flex: 1;
|
-webkit-box-flex: 1;
|
||||||
-webkit-flex: 1;
|
-webkit-flex: 1;
|
||||||
-ms-flex: 1;
|
-ms-flex: 1;
|
||||||
|
|
Loading…
Reference in New Issue