Issue #2336031 by droplet: Fixed CSS Syntax error in seven theme css.

8.0.x
Alex Pott 2014-09-10 11:12:54 +01:00
parent cdad8d7f4f
commit 2132a56eb3
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ textarea.form-textarea {
}
select:focus,
select:hover {
background-image: url(../../../../misc/icons/333333/caret-down.svg"),
background-image: url(../../../../misc/icons/333333/caret-down.svg),
-webkit-linear-gradient(top, #fcfcfa, #e9e9dd);
color: #1a1a1a;
}