From a5c7089bcfe3d2439eb082535527a7cc767891cc Mon Sep 17 00:00:00 2001 From: Jermolene Date: Wed, 26 Nov 2014 11:22:04 +0000 Subject: [PATCH] Add 2px rounded corners to tiddlers and tabs An experiment; comments welcome. --- themes/tiddlywiki/vanilla/base.tid | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 4efbf009a..701087e29 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -595,6 +595,7 @@ button.tc-untagged-label { .tc-tiddler-frame { padding: 28px 42px 42px 42px; width: {{$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth}}; + border-radius: 2px; } <>; border-top: 1px solid <>; border-right: 1px solid <>; + border-top-left-radius: 2px; + border-top-right-radius: 2px; } .tc-tab-buttons.tc-vertical button { @@ -1175,6 +1178,8 @@ canvas.tc-edit-bitmapeditor { border-left: 1px solid <>; border-bottom: 1px solid <>; border-right: none; + border-top-left-radius: 2px; + border-bottom-left-radius: 2px; } .tc-tab-buttons.tc-vertical button.tc-tab-selected {