1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-11 18:00:26 +00:00

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
commit 02d37dcfcc

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