mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-27 14:46:01 +03:00
.btn-default to .btn-secondary
This commit is contained in:
Vendored
+3
-3
@@ -4,7 +4,7 @@
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||||
*/
|
||||
|
||||
.btn-default,
|
||||
.btn-secondary,
|
||||
.btn-primary,
|
||||
.btn-success,
|
||||
.btn-warning,
|
||||
@@ -13,12 +13,12 @@
|
||||
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
|
||||
}
|
||||
.btn-default:active,
|
||||
.btn-secondary:active,
|
||||
.btn-primary:active,
|
||||
.btn-success:active,
|
||||
.btn-warning:active,
|
||||
.btn-danger:active,
|
||||
.btn-default.active,
|
||||
.btn-secondary.active,
|
||||
.btn-primary.active,
|
||||
.btn-success.active,
|
||||
.btn-warning.active,
|
||||
|
||||
Reference in New Issue
Block a user