1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-26 14:18:21 +00:00

Fix tab border radius

The default button border radius was showing through
This commit is contained in:
Jermolene 2017-08-15 15:48:54 +01:00
parent 509a474f4a
commit 3fb8d9b848

View File

@ -1708,6 +1708,8 @@ html body.tc-body.tc-single-tiddler-window {
border-right: 1px solid <<colour tab-border>>;
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 {