Fixes record picker styling

This commit is contained in:
Sam Georges 2014-07-27 14:46:50 +10:00
parent e1910e4325
commit 8d9ac038c4
2 changed files with 2 additions and 4 deletions

View File

@ -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 {

View File

@ -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 {