Hide count when button has no count. Fixes #333

This commit is contained in:
Tom MacWright
2013-01-08 10:41:50 -05:00
parent e5d79d5270
commit 2ce40c8ae5

View File

@@ -293,7 +293,12 @@ button.save.has-count {
padding: 9px;
}
button.save .count {
display: none;
}
button.save.has-count .count {
display: block;
color: #6bc641;
background: #fff;
border-radius: 0 3px 3px 0;