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