1
0
Fork 0

green glow for searchInput + width

This commit is contained in:
Heiko Kernbach 2013-10-11 12:34:20 +02:00
parent 04fb84cb5e
commit 7634c53d0f
1 changed files with 7 additions and 1 deletions

View File

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