From 3fb8d9b848fb770906114d90410f47e0339cb8a3 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Tue, 15 Aug 2017 15:48:54 +0100 Subject: [PATCH] Fix tab border radius The default button border radius was showing through --- 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 f6915edfa..97bd2f1e7 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -1708,6 +1708,8 @@ html body.tc-body.tc-single-tiddler-window { border-right: 1px solid <>; border-top-left-radius: 2px; border-top-right-radius: 2px; + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; } .tc-tab-buttons.tc-vertical button { @@ -1722,6 +1724,8 @@ html body.tc-body.tc-single-tiddler-window { border-right: none; border-top-left-radius: 2px; border-bottom-left-radius: 2px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; } .tc-tab-buttons.tc-vertical button.tc-tab-selected {