Add outline color to button, textarea, input (#3822)

* add outline-color to button, textarea, input

* add select elements, move to top

* use primary color
wikitext-via-macros
Simon Huber 2019-03-03 22:22:13 +01:00 zatwierdzone przez Jeremy Ruston
rodzic e8b50df4a6
commit 0b1ce30a04
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -176,6 +176,10 @@ dl dt {
margin-top: 6px;
}
button, textarea, input, select {
outline-color: <<colour primary>>;
}
textarea,
input[type=text],
input[type=search],