CSS tweaks

This commit is contained in:
Rainer Simon 2020-07-09 16:03:05 +02:00
parent 1c2a66f5fd
commit 1413136d59
1 changed files with 6 additions and 1 deletions

View File

@ -24,7 +24,12 @@
font-size:14px;
background-color:$blueish-white;
cursor:text;
@include rounded-corners-left(3px);
@include rounded-corners-left(3px);
.r6o-autocomplete ul {
position:relative;
left:-6px;
}
}
.buttons {