mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-14 03:10:26 +00:00
improve ControlPanel Settings style-ability (#8275)
This commit is contained in:
parent
756ef697dd
commit
4bd3576432
@ -9,7 +9,7 @@ list-before:
|
||||
|
||||
<$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>
|
||||
|
||||
|
@ -2513,6 +2513,10 @@ html body.tc-body.tc-single-tiddler-window {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.tc-control-panel-setting {
|
||||
border-top: 1px solid <<colour blockquote-bar>>;
|
||||
}
|
||||
|
||||
.tc-plugin-info {
|
||||
display: flex;
|
||||
text-shadow: none;
|
||||
|
Loading…
Reference in New Issue
Block a user