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:
parent
756ef697dd
commit
4bd3576432
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user