2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Fixes #11268: Account for badges within buttons by matching background to text color and text color to background

This commit is contained in:
Mark Otto
2013-11-30 16:29:52 -08:00
parent 359ac8f66a
commit 6bc09dd949
4 changed files with 40 additions and 1 deletions
+5
View File
@@ -489,6 +489,11 @@
border-color: @border;
}
}
.badge {
color: @background;
background-color: #fff;
}
}
// Button sizes