search field style
This commit is contained in:
parent
fb01f45890
commit
1beb84161c
|
@ -688,8 +688,11 @@ tbody tr:nth-child(2n) td, tbody tr.even td {
|
||||||
input {
|
input {
|
||||||
border:1px solid #D3D3D3;
|
border:1px solid #D3D3D3;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
height: 20px;
|
height: 28px;
|
||||||
width: 300px;
|
width: 300px;
|
||||||
|
-webkit-appearance:none;
|
||||||
|
box-sizing: border-box;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
border-color:#c2e1ef;
|
border-color:#c2e1ef;
|
||||||
|
|
Loading…
Reference in a new issue