1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-14 11:15:41 +00:00

improve ControlPanel Settings style-ability (#8275)

This commit is contained in:
Mario Pietsch 2024-06-19 19:01:34 +02:00 committed by GitHub
parent 756ef697dd
commit 4bd3576432
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -9,7 +9,7 @@ list-before:
<$list filter="[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Settings]]"> <$list filter="[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Settings]]">
<div class="tc-control-panel-setting" data-setting-title=<<currentTiddler>> style="border-top:1px solid #eee;"> <div class="tc-control-panel-setting" data-setting-title=<<currentTiddler>> >
!!.tc-control-panel-accent <$link><$transclude field="caption"/></$link> !!.tc-control-panel-accent <$link><$transclude field="caption"/></$link>

View File

@ -2513,6 +2513,10 @@ html body.tc-body.tc-single-tiddler-window {
width: 100%; width: 100%;
} }
.tc-control-panel-setting {
border-top: 1px solid <<colour blockquote-bar>>;
}
.tc-plugin-info { .tc-plugin-info {
display: flex; display: flex;
text-shadow: none; text-shadow: none;