mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-04-22 18:53:14 +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:
parent
e8b50df4a6
commit
0b1ce30a04
@ -176,6 +176,10 @@ dl dt {
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
button, textarea, input, select {
|
||||
outline-color: <<colour primary>>;
|
||||
}
|
||||
|
||||
textarea,
|
||||
input[type=text],
|
||||
input[type=search],
|
||||
|
Loading…
x
Reference in New Issue
Block a user