mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-23 09:48:43 +00:00
improve ControlPanel Settings style-ability (#8275)
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user