diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index f9a2a86fc40..883327bf956 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -708,21 +708,35 @@ button svg.tc-image-button, button .tc-image-button img { .tc-unfold-banner { position: absolute; - padding: 0; - margin: 0; + padding: .1em 0 .1em 0; + margin-top: 4px; + margin-left: -43px; background: none; border: none; - width: 100%; + width: 100%; /* for old browsers which can not handle calc() */ width: calc(100% + 2px); - margin-left: -43px; text-align: center; - border-top: 2px solid <>; - margin-top: 4px; + border-top: 1px solid <>; + border-bottom: 1px solid <>; +} + +.tc-unfold-banner .tc-image-button { + outline: 2px solid <>; + min-width: 1.7em; + min-height: 1.7em; + padding: .3em; + border-radius: 50%; } +.tc-unfold-banner:hover .tc-image-button { + outline-color: <>; +} + + .tc-unfold-banner:hover { background: <>; border-top: 2px solid <>; + border-bottom: 2px solid <>; } .tc-unfold-banner svg, .tc-fold-banner svg {