mirror of https://gitee.com/bigwinds/arangodb
green glow for searchInput + width
This commit is contained in:
parent
04fb84cb5e
commit
7634c53d0f
|
@ -73,10 +73,16 @@
|
|||
margin-top: 3px;
|
||||
padding: 2px;
|
||||
vertical-align: middle;
|
||||
width:207px !important;
|
||||
width:212px !important;
|
||||
border-radius: 0px 0px 0px 0px !important;
|
||||
}
|
||||
|
||||
#searchInput:focus {
|
||||
outline: none;
|
||||
border-color: #8AA051;
|
||||
box-shadow: 0 0 10px #8AA051;
|
||||
}
|
||||
|
||||
#searchSubmit {
|
||||
height: 14px;
|
||||
margin-left: -18px;
|
||||
|
|
Loading…
Reference in New Issue