Adjust untagged divider styling

Further fixes for #913
This commit is contained in:
Jermolene 2014-09-27 16:56:59 +01:00
parent 18a2b48b3b
commit 42abef6fbf
2 changed files with 10 additions and 1 deletions

View File

@ -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>

View File

@ -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>>;
}