From 0b1ce30a042b1a9cc0b9e83f96384a23a2225937 Mon Sep 17 00:00:00 2001 From: Simon Huber Date: Sun, 3 Mar 2019 22:22:13 +0100 Subject: [PATCH] Add outline color to button, textarea, input (#3822) * add outline-color to button, textarea, input * add select elements, move to top * use primary color --- themes/tiddlywiki/vanilla/base.tid | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 56c49a8f0..0350fefd8 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -176,6 +176,10 @@ dl dt { margin-top: 6px; } +button, textarea, input, select { + outline-color: <>; +} + textarea, input[type=text], input[type=search],