css: forms: simplify input selector (#44099)

This commit is contained in:
Thomas Jund 2020-06-30 11:42:11 +02:00
parent ba2e14a09f
commit e0d99e89d9
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ div.gru-content form.disabled-during-submit {
}
}
input, input[type="text"], input[type="email"], input[type="password"], input[type="url"], input[type="tel"], input[type="number"], input[type="search"], input[type="file"], input[type="date"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], textarea, select {
input, input[type="search"], textarea, select {
background: $widget-background;
color: $widget-color;
border: $widget-border;