mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-01-30 19:24:10 +03:00
fixed position of stripe on inputs
This commit is contained in:
parent
e4c504b153
commit
bd53dbd95c
|
@ -1,5 +1,5 @@
|
||||||
/* Generated by less 1.7.5 */
|
/* Generated by less 1.7.5 */
|
||||||
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,700,300|Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic);
|
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,700,300|Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic);
|
||||||
@-webkit-keyframes input-highlight {
|
@-webkit-keyframes input-highlight {
|
||||||
0% {
|
0% {
|
||||||
left: 20%;
|
left: 20%;
|
||||||
|
@ -1282,7 +1282,7 @@ select[multiple].form-control.focus {
|
||||||
height: 18px;
|
height: 18px;
|
||||||
width: 100px;
|
width: 100px;
|
||||||
margin-top: -1px;
|
margin-top: -1px;
|
||||||
top: 25%;
|
top: 7px;
|
||||||
left: 0;
|
left: 0;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
|
|
|
@ -83,7 +83,7 @@ select[multiple].form-control {
|
||||||
height: 18px;
|
height: 18px;
|
||||||
width: 100px;
|
width: 100px;
|
||||||
margin-top: -1px;
|
margin-top: -1px;
|
||||||
top: 25%;
|
top: 7px;
|
||||||
left: 0;
|
left: 0;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user