Add glow to search box
This commit is contained in:
parent
6c425c1480
commit
17db0b2d55
1 changed files with 5 additions and 1 deletions
|
@ -400,11 +400,15 @@ table {
|
||||||
height: 25px;
|
height: 25px;
|
||||||
padding: 2px 0px 2px $lineheight/4;
|
padding: 2px 0px 2px $lineheight/4;
|
||||||
box-shadow: inset #DDD 0px 1px 3px;
|
box-shadow: inset #DDD 0px 1px 3px;
|
||||||
|
|
||||||
|
transition: 300ms linear;
|
||||||
|
-webkit-transition: 300ms linear;
|
||||||
|
-moz-transition: 300ms linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="text"]:focus {
|
input[type="text"]:focus {
|
||||||
|
box-shadow: 0px 0px 7px #9ED485;
|
||||||
outline: none;
|
outline: none;
|
||||||
border: 1px solid #000;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="submit"] {
|
input[type="submit"] {
|
||||||
|
|
Loading…
Add table
Reference in a new issue