From f399d21ef5e20bd736d5cf2946acb982378cd2f4 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 8 Jul 2014 17:09:47 -0700 Subject: Revamp button: rename .btn-default to .btn-secondary, drop .btn-info --- dist/css/bootstrap.css | 136 ++++++++++++++++--------------------------------- 1 file changed, 45 insertions(+), 91 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index fcac811cb..8e9fea81b 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2133,7 +2133,6 @@ select[multiple].form-group-lg .form-control { .btn:hover, .btn:focus, .btn.focus { - color: #333; text-decoration: none; } .btn:active, @@ -2152,51 +2151,6 @@ fieldset[disabled] .btn { box-shadow: none; opacity: .65; } -.btn-default { - color: #333; - background-color: #fff; - border-color: #ccc; -} -.btn-default:hover, -.btn-default:focus, -.btn-default.focus, -.btn-default:active, -.btn-default.active, -.open > .dropdown-toggle.btn-default { - color: #333; - background-color: #e6e6e6; - border-color: #adadad; -} -.btn-default:active, -.btn-default.active, -.open > .dropdown-toggle.btn-default { - background-image: none; -} -.btn-default.disabled, -.btn-default[disabled], -fieldset[disabled] .btn-default, -.btn-default.disabled:hover, -.btn-default[disabled]:hover, -fieldset[disabled] .btn-default:hover, -.btn-default.disabled:focus, -.btn-default[disabled]:focus, -fieldset[disabled] .btn-default:focus, -.btn-default.disabled.focus, -.btn-default[disabled].focus, -fieldset[disabled] .btn-default.focus, -.btn-default.disabled:active, -.btn-default[disabled]:active, -fieldset[disabled] .btn-default:active, -.btn-default.disabled.active, -.btn-default[disabled].active, -fieldset[disabled] .btn-default.active { - background-color: #fff; - border-color: #ccc; -} -.btn-default .badge { - color: #fff; - background-color: #333; -} .btn-primary { color: #fff; background-color: #027de7; @@ -2242,6 +2196,51 @@ fieldset[disabled] .btn-primary.active { color: #027de7; background-color: #fff; } +.btn-secondary { + color: #373a3c; + background-color: #fff; + border-color: #eceeef; +} +.btn-secondary:hover, +.btn-secondary:focus, +.btn-secondary.focus, +.btn-secondary:active, +.btn-secondary.active, +.open > .dropdown-toggle.btn-secondary { + color: #373a3c; + background-color: #e6e6e6; + border-color: #cbd0d3; +} +.btn-secondary:active, +.btn-secondary.active, +.open > .dropdown-toggle.btn-secondary { + background-image: none; +} +.btn-secondary.disabled, +.btn-secondary[disabled], +fieldset[disabled] .btn-secondary, +.btn-secondary.disabled:hover, +.btn-secondary[disabled]:hover, +fieldset[disabled] .btn-secondary:hover, +.btn-secondary.disabled:focus, +.btn-secondary[disabled]:focus, +fieldset[disabled] .btn-secondary:focus, +.btn-secondary.disabled.focus, +.btn-secondary[disabled].focus, +fieldset[disabled] .btn-secondary.focus, +.btn-secondary.disabled:active, +.btn-secondary[disabled]:active, +fieldset[disabled] .btn-secondary:active, +.btn-secondary.disabled.active, +.btn-secondary[disabled].active, +fieldset[disabled] .btn-secondary.active { + background-color: #fff; + border-color: #eceeef; +} +.btn-secondary .badge { + color: #fff; + background-color: #373a3c; +} .btn-success { color: #fff; background-color: #5cb85c; @@ -2287,51 +2286,6 @@ fieldset[disabled] .btn-success.active { color: #5cb85c; background-color: #fff; } -.btn-info { - color: #fff; - background-color: #5bc0de; - border-color: #46b8da; -} -.btn-info:hover, -.btn-info:focus, -.btn-info.focus, -.btn-info:active, -.btn-info.active, -.open > .dropdown-toggle.btn-info { - color: #fff; - background-color: #31b0d5; - border-color: #269abc; -} -.btn-info:active, -.btn-info.active, -.open > .dropdown-toggle.btn-info { - background-image: none; -} -.btn-info.disabled, -.btn-info[disabled], -fieldset[disabled] .btn-info, -.btn-info.disabled:hover, -.btn-info[disabled]:hover, -fieldset[disabled] .btn-info:hover, -.btn-info.disabled:focus, -.btn-info[disabled]:focus, -fieldset[disabled] .btn-info:focus, -.btn-info.disabled.focus, -.btn-info[disabled].focus, -fieldset[disabled] .btn-info.focus, -.btn-info.disabled:active, -.btn-info[disabled]:active, -fieldset[disabled] .btn-info:active, -.btn-info.disabled.active, -.btn-info[disabled].active, -fieldset[disabled] .btn-info.active { - background-color: #5bc0de; - border-color: #46b8da; -} -.btn-info .badge { - color: #5bc0de; - background-color: #fff; -} .btn-warning { color: #fff; background-color: #f0ad4e; -- cgit v1.2.3