CSS tweaks
This commit is contained in:
parent
1c2a66f5fd
commit
1413136d59
|
@ -24,7 +24,12 @@
|
||||||
font-size:14px;
|
font-size:14px;
|
||||||
background-color:$blueish-white;
|
background-color:$blueish-white;
|
||||||
cursor:text;
|
cursor:text;
|
||||||
@include rounded-corners-left(3px);
|
@include rounded-corners-left(3px);
|
||||||
|
|
||||||
|
.r6o-autocomplete ul {
|
||||||
|
position:relative;
|
||||||
|
left:-6px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.buttons {
|
.buttons {
|
||||||
|
|
Loading…
Reference in New Issue