[DE PE SSE] Fix search styles
This commit is contained in:
parent
fb067d893f
commit
e35f9f70b2
|
@ -99,8 +99,9 @@
|
||||||
margin-left: 7px;
|
margin-left: 7px;
|
||||||
}
|
}
|
||||||
.focused:not(.disabled) {
|
.focused:not(.disabled) {
|
||||||
background-color: @highlight-button-hover-ie;
|
.border-radius(@border-radius-small);
|
||||||
background-color: @highlight-button-hover;
|
box-shadow: inset 0 0 0 @scaled-one-px-value-ie @border-control-focus-ie;
|
||||||
|
box-shadow: inset 0 0 0 @scaled-one-px-value @border-control-focus;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -182,8 +183,9 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
.focused:not(.disabled) {
|
.focused:not(.disabled) {
|
||||||
background-color: @highlight-button-hover-ie;
|
.border-radius(@border-radius-small);
|
||||||
background-color: @highlight-button-hover;
|
box-shadow: inset 0 0 0 @scaled-one-px-value-ie @border-control-focus-ie;
|
||||||
|
box-shadow: inset 0 0 0 @scaled-one-px-value @border-control-focus;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue