Merge pull request #934 from pmario/fix-untagged-pill-css

tc-untagged-label doesn't work, because button.tc-tag-label is more specific
This commit is contained in:
Jeremy Ruston
2014-10-05 16:00:10 +01:00
+1 -1
View File
@@ -339,7 +339,7 @@ button.tc-tag-label, span.tc-tag-label {
background: <<colour tab-divider>>;
}
.tc-untagged-label {
button.tc-untagged-label {
background-color: <<colour untagged-background>>;
}