1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-26 14:18:21 +00:00

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 22:22:13 +01:00 committed by Jeremy Ruston
parent e8b50df4a6
commit 0b1ce30a04

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],