mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-12 12:59:57 +00:00
Fix tab border radius
The default button border radius was showing through
This commit is contained in:
parent
509a474f4a
commit
3fb8d9b848
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user