mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Fixes record picker styling
This commit is contained in:
parent
e1910e4325
commit
8d9ac038c4
@ -8275,11 +8275,10 @@ label {
|
||||
.field-recordfinder .btn {
|
||||
background: transparent;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
right: -2px;
|
||||
top: 50%;
|
||||
margin-top: -44px;
|
||||
height: 88px;
|
||||
width: 36px;
|
||||
color: #8c8c8c;
|
||||
}
|
||||
.field-recordfinder .btn i {
|
||||
|
@ -210,11 +210,10 @@ label {
|
||||
.btn {
|
||||
background: transparent;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
right: -2px;
|
||||
top: 50%;
|
||||
margin-top: -44px;
|
||||
height: 88px;
|
||||
width: 36px;
|
||||
color: lighten(@btn-default-color, 15%);
|
||||
|
||||
i {
|
||||
|
Loading…
x
Reference in New Issue
Block a user