mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-14 10:00:02 +00:00
parent
18a2b48b3b
commit
42abef6fbf
@ -22,6 +22,6 @@ caption: {{$:/language/SideBar/Tags/Caption}}
|
||||
|
||||
</$list>
|
||||
|
||||
<br/>
|
||||
<hr class="tc-untagged-separator">
|
||||
|
||||
{{$:/core/ui/UntaggedTemplate}} <small class="tc-menu-list-count"><$count filter="[untagged[]!is[system]] -[tags[]]"/></small>
|
||||
|
@ -330,6 +330,15 @@ button.tc-tag-label, span.tc-tag-label {
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.tc-untagged-separator {
|
||||
width: 10em;
|
||||
left: 0;
|
||||
margin-left: 0;
|
||||
border: 0;
|
||||
height: 1px;
|
||||
background: <<colour tab-divider>>;
|
||||
}
|
||||
|
||||
.tc-untagged-label {
|
||||
background-color: <<colour untagged-background>>;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user