diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 7dccf1894..bcb6954ec 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -88,9 +88,7 @@ html button { color: <>; fill: <>; background: <>; - border: 1px solid <>; - border-radius: 3px; - padding: 2px 5px; + border-color: <>; } button:disabled svg { @@ -226,27 +224,13 @@ dl dt { margin-top: 6px; } -/* -** Definition for text input elements so they look consistent for all browsers -*/ - -textarea, input, select { - border: 2px solid <>; - background-color: <>; -} - -/* Input elements accessibility -- overwrite the reset */ -:focus-visible { - outline: 2px solid <>; - outline-offset: -2px; /* same as in reset.css [type='search'] but for more elements */ -} - textarea, input[type=text], input[type=search], input[type=""], input:not([type]) { color: <>; + background: <>; } input[type="checkbox"] { @@ -330,7 +314,7 @@ table { } table th, table td { - padding: 4px 6px 4px 6px; + padding: 0 7px 0 7px; border-top: 1px solid <>; border-left: 1px solid <>; }