add some box shadow on hover.
This commit is contained in:
parent
d848d7590a
commit
20125a309d
1 changed files with 5 additions and 0 deletions
|
@ -54,3 +54,8 @@ select.conversion:focus, select.conversion:hover {
|
|||
background-color: #fff;
|
||||
border-color: #fdfbf0;
|
||||
}
|
||||
|
||||
textarea.input:hover,
|
||||
select.conversion:hover {
|
||||
box-shadow: 0 0 6px 4px #c90;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue