2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

.btn-default to .btn-secondary

This commit is contained in:
Mark Otto
2014-07-08 17:14:14 -07:00
parent f399d21ef5
commit 93a7421f2c
23 changed files with 184 additions and 184 deletions
+3 -3
View File
@@ -10,9 +10,9 @@ a:hover {
}
/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
color: #333;
text-shadow: none; /* Prevent inheritence from `body` */
background-color: #fff;