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

* add outline-color to button, textarea, input

* add select elements, move to top

* use primary color
This commit is contained in:
Simon Huber
2019-03-03 21:22:13 +00:00
committed by Jeremy Ruston
parent e8b50df4a6
commit 0b1ce30a04
+4
View File
@@ -176,6 +176,10 @@ dl dt {
margin-top: 6px;
}
button, textarea, input, select {
outline-color: <<colour primary>>;
}
textarea,
input[type=text],
input[type=search],