add some box shadow on hover.

This commit is contained in:
Manuel Friedli 2015-03-26 18:40:01 +01:00
parent d848d7590a
commit 20125a309d
1 changed files with 5 additions and 0 deletions

View File

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