mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-07 06:14:44 +00:00
Add 2px rounded corners to tiddlers and tabs
An experiment; comments welcome.
This commit is contained in:
parent
962cdf500a
commit
a5c7089bcf
@ -595,6 +595,7 @@ button.tc-untagged-label {
|
|||||||
.tc-tiddler-frame {
|
.tc-tiddler-frame {
|
||||||
padding: 28px 42px 42px 42px;
|
padding: 28px 42px 42px 42px;
|
||||||
width: {{$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth}};
|
width: {{$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth}};
|
||||||
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
<<if-no-sidebar "
|
<<if-no-sidebar "
|
||||||
@ -1164,6 +1165,8 @@ canvas.tc-edit-bitmapeditor {
|
|||||||
border-left: 1px solid <<colour tab-border>>;
|
border-left: 1px solid <<colour tab-border>>;
|
||||||
border-top: 1px solid <<colour tab-border>>;
|
border-top: 1px solid <<colour tab-border>>;
|
||||||
border-right: 1px solid <<colour tab-border>>;
|
border-right: 1px solid <<colour tab-border>>;
|
||||||
|
border-top-left-radius: 2px;
|
||||||
|
border-top-right-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tc-tab-buttons.tc-vertical button {
|
.tc-tab-buttons.tc-vertical button {
|
||||||
@ -1175,6 +1178,8 @@ canvas.tc-edit-bitmapeditor {
|
|||||||
border-left: 1px solid <<colour tab-border>>;
|
border-left: 1px solid <<colour tab-border>>;
|
||||||
border-bottom: 1px solid <<colour tab-border>>;
|
border-bottom: 1px solid <<colour tab-border>>;
|
||||||
border-right: none;
|
border-right: none;
|
||||||
|
border-top-left-radius: 2px;
|
||||||
|
border-bottom-left-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tc-tab-buttons.tc-vertical button.tc-tab-selected {
|
.tc-tab-buttons.tc-vertical button.tc-tab-selected {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user