"Bootstrap Outline Buttons"
Bootstrap 3.0.3 Snippet by cyrilchaponeverysens

<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <div class="row"> <br> <h2>Outline Buttons</h2> <p>Add the class <code>.btn-outline</code> to any Bootstrap button style.</p> <a class="btn btn-primary btn-outline">Primary Button</a> <a class="btn btn-success btn-outline">Success Button</a> <a class="btn btn-warning btn-outline">Warning Button</a> <a class="btn btn-danger btn-outline">Danger Button</a> <a class="btn btn-default btn-outline">Default Button</a> <br> <br> <h3>Button Sizes</h3> <a class="btn btn-primary btn-outline btn-lg">Large Button</a> <a class="btn btn-success btn-outline btn-sm">Small Button</a> <a class="btn btn-danger btn-outline btn-xs">Extra Small Button</a> </ul> </div> </div>
/* line 1, ../../app/styles/components/_btn-outline.scss */ .btn-default.btn-outline { color: #e7e7e7; background-color: transparent; border-color: #e7e7e7; } /* line 11, ../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-default.btn-outline:focus, .btn-default.btn-outline.focus { color: #e7e7e7; background-color: transparent; border-color: #a7a7a7; } /* line 17, ../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-default.btn-outline:hover { color: #e7e7e7; background-color: transparent; border-color: #c8c8c8; } /* line 22, ../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-default.btn-outline:active, .btn-default.btn-outline.active, .open > .btn-default.btn-outline.dropdown-toggle { color: #e7e7e7; background-color: transparent; border-color: #c8c8c8; } /* line 29, ../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-default.btn-outline:active:hover, .btn-default.btn-outline:active:focus, .btn-default.btn-outline:active.focus, .btn-default.btn-outline.active:hover, .btn-default.btn-outline.active:focus, .btn-default.btn-outline.active.focus, .open > .btn-default.btn-outline.dropdown-toggle:hover, .open > .btn-default.btn-outline.dropdown-toggle:focus, .open > .btn-default.btn-outline.dropdown-toggle.focus { color: #e7e7e7; background-color: transparent; border-color: #a7a7a7; } /* line 37, ../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-default.btn-outline:active, .btn-default.btn-outline.active, .open > .btn-default.btn-outline.dropdown-toggle { background-image: none; } /* line 45, ../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-default.btn-outline.disabled, .btn-default.btn-outline.disabled:hover, .btn-default.btn-outline.disabled:focus, .btn-default.btn-outline.disabled.focus, .btn-default.btn-outline.disabled:active, .btn-default.btn-outline.disabled.active, .btn-default.btn-outline[disabled], .btn-default.btn-outline[disabled]:hover, .btn-default.btn-outline[disabled]:focus, .btn-default.btn-outline[disabled].focus, .btn-default.btn-outline[disabled]:active, .btn-default.btn-outline[disabled].active, fieldset[disabled] .btn-default.btn-outline, fieldset[disabled] .btn-default.btn-outline:hover, fieldset[disabled] .btn-default.btn-outline:focus, fieldset[disabled] .btn-default.btn-outline.focus, fieldset[disabled] .btn-default.btn-outline:active, fieldset[disabled] .btn-default.btn-outline.active { background-color: transparent; border-color: #e7e7e7; } /* line 56, ../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-default.btn-outline .badge { color: transparent; background-color: #e7e7e7; } /* line 5, ../../app/styles/components/_btn-outline.scss */ .btn-primary.btn-outline { color: #008cba; background-color: transparent; border-color: #008cba; } /* line 11, ../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-primary.btn-outline:focus, .btn-primary.btn-outline.focus { color: #008cba; background-color: transparent; border-color: #002c3b; } /* line 17, ../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-primary.btn-outline:hover { color: #008cba; background-color: transparent; border-color: #005e7d; } /* line 22, ../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-primary.btn-outline:active, .btn-primary.btn-outline.active, .open > .btn-primary.btn-outline.dropdown-toggle { color: #008cba; background-color: transparent; border-color: #005e7d; } /* line 29, ../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-primary.btn-outline:active:hover, .btn-primary.btn-outline:active:focus, .btn-primary.btn-outline:active.focus, .btn-primary.btn-outline.active:hover, .btn-primary.btn-outline.active:focus, .btn-primary.btn-outline.active.focus, .open > .btn-primary.btn-outline.dropdown-toggle:hover, .open > .btn-primary.btn-outline.dropdown-toggle:focus, .open > .btn-primary.btn-outline.dropdown-toggle.focus { color: #008cba; background-color: transparent; border-color: #002c3b; } /* line 37, ../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-primary.btn-outline:active, .btn-primary.btn-outline.active, .open > .btn-primary.btn-outline.dropdown-toggle { background-image: none; } /* line 45, ../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-primary.btn-outline.disabled, .btn-primary.btn-outline.disabled:hover, .btn-primary.btn-outline.disabled:focus, .btn-primary.btn-outline.disabled.focus, .btn-primary.btn-outline.disabled:active, .btn-primary.btn-outline.disabled.active, .btn-primary.btn-outline[disabled], .btn-primary.btn-outline[disabled]:hover, .btn-primary.btn-outline[disabled]:focus, .btn-primary.btn-outline[disabled].focus, .btn-primary.btn-outline[disabled]:active, .btn-primary.btn-outline[disabled].active, fieldset[disabled] .btn-primary.btn-outline, fieldset[disabled] .btn-primary.btn-outline:hover, fieldset[disabled] .btn-primary.btn-outline:focus, fieldset[disabled] .btn-primary.btn-outline.focus, fieldset[disabled] .btn-primary.btn-outline:active, fieldset[disabled] .btn-primary.btn-outline.active { background-color: transparent; border-color: #008cba; } /* line 56, ../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-primary.btn-outline .badge { color: transparent; background-color: #008cba; } /* line 9, ../../app/styles/components/_btn-outline.scss */ .btn-success.btn-outline { color: #43ac6a; background-color: transparent; border-color: #43ac6a; } /* line 11, ../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-success.btn-outline:focus, .btn-success.btn-outline.focus { color: #43ac6a; background-color: transparent; border-color: #1f5031; } /* line 17, ../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-success.btn-outline:hover { color: #43ac6a; background-color: transparent; border-color: #32804f; } /* line 22, ../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-success.btn-outline:active, .btn-success.btn-outline.active, .open > .btn-success.btn-outline.dropdown-toggle { color: #43ac6a; background-color: transparent; border-color: #32804f; } /* line 29, ../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-success.btn-outline:active:hover, .btn-success.btn-outline:active:focus, .btn-success.btn-outline:active.focus, .btn-success.btn-outline.active:hover, .btn-success.btn-outline.active:focus, .btn-success.btn-outline.active.focus, .open > .btn-success.btn-outline.dropdown-toggle:hover, .open > .btn-success.btn-outline.dropdown-toggle:focus, .open > .btn-success.btn-outline.dropdown-toggle.focus { color: #43ac6a; background-color: transparent; border-color: #1f5031; } /* line 37, ../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-success.btn-outline:active, .btn-success.btn-outline.active, .open > .btn-success.btn-outline.dropdown-toggle { background-image: none; } /* line 45, ../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-success.btn-outline.disabled, .btn-success.btn-outline.disabled:hover, .btn-success.btn-outline.disabled:focus, .btn-success.btn-outline.disabled.focus, .btn-success.btn-outline.disabled:active, .btn-success.btn-outline.disabled.active, .btn-success.btn-outline[disabled], .btn-success.btn-outline[disabled]:hover, .btn-success.btn-outline[disabled]:focus, .btn-success.btn-outline[disabled].focus, .btn-success.btn-outline[disabled]:active, .btn-success.btn-outline[disabled].active, fieldset[disabled] .btn-success.btn-outline, fieldset[disabled] .btn-success.btn-outline:hover, fieldset[disabled] .btn-success.btn-outline:focus, fieldset[disabled] .btn-success.btn-outline.focus, fieldset[disabled] .btn-success.btn-outline:active, fieldset[disabled] .btn-success.btn-outline.active { background-color: transparent; border-color: #43ac6a; } /* line 56, ../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-success.btn-outline .badge { color: transparent; background-color: #43ac6a; } /* line 13, ../../app/styles/components/_btn-outline.scss */ .btn-info.btn-outline { color: #5bc0de; background-color: transparent; border-color: #5bc0de; } /* line 11, ../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-info.btn-outline:focus, .btn-info.btn-outline.focus { color: #5bc0de; background-color: transparent; border-color: #1f7e9a; } /* line 17, ../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-info.btn-outline:hover { color: #5bc0de; background-color: transparent; border-color: #2aabd2; } /* line 22, ../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-info.btn-outline:active, .btn-info.btn-outline.active, .open > .btn-info.btn-outline.dropdown-toggle { color: #5bc0de; background-color: transparent; border-color: #2aabd2; } /* line 29, ../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-info.btn-outline:active:hover, .btn-info.btn-outline:active:focus, .btn-info.btn-outline:active.focus, .btn-info.btn-outline.active:hover, .btn-info.btn-outline.active:focus, .btn-info.btn-outline.active.focus, .open > .btn-info.btn-outline.dropdown-toggle:hover, .open > .btn-info.btn-outline.dropdown-toggle:focus, .open > .btn-info.btn-outline.dropdown-toggle.focus { color: #5bc0de; background-color: transparent; border-color: #1f7e9a; } /* line 37, ../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-info.btn-outline:active, .btn-info.btn-outline.active, .open > .btn-info.btn-outline.dropdown-toggle { background-image: none; } /* line 45, ../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-info.btn-outline.disabled, .btn-info.btn-outline.disabled:hover, .btn-info.btn-outline.disabled:focus, .btn-info.btn-outline.disabled.focus, .btn-info.btn-outline.disabled:active, .btn-info.btn-outline.disabled.active, .btn-info.btn-outline[disabled], .btn-info.btn-outline[disabled]:hover, .btn-info.btn-outline[disabled]:focus, .btn-info.btn-outline[disabled].focus, .btn-info.btn-outline[disabled]:active, .btn-info.btn-outline[disabled].active, fieldset[disabled] .btn-info.btn-outline, fieldset[disabled] .btn-info.btn-outline:hover, fieldset[disabled] .btn-info.btn-outline:focus, fieldset[disabled] .btn-info.btn-outline.focus, fieldset[disabled] .btn-info.btn-outline:active, fieldset[disabled] .btn-info.btn-outline.active { background-color: transparent; border-color: #5bc0de; } /* line 56, ../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-info.btn-outline .badge { color: transparent; background-color: #5bc0de; } /* line 17, ../../app/styles/components/_btn-outline.scss */ .btn-warning.btn-outline { color: #E99002; background-color: transparent; border-color: #E99002; } /* line 11, ../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-warning.btn-outline:focus, .btn-warning.btn-outline.focus { color: #E99002; background-color: transparent; border-color: #6b4201; } /* line 17, ../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-warning.btn-outline:hover { color: #E99002; background-color: transparent; border-color: #ac6a01; } /* line 22, ../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-warning.btn-outline:active, .btn-warning.btn-outline.active, .open > .btn-warning.btn-outline.dropdown-toggle { color: #E99002; background-color: transparent; border-color: #ac6a01; } /* line 29, ../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-warning.btn-outline:active:hover, .btn-warning.btn-outline:active:focus, .btn-warning.btn-outline:active.focus, .btn-warning.btn-outline.active:hover, .btn-warning.btn-outline.active:focus, .btn-warning.btn-outline.active.focus, .open > .btn-warning.btn-outline.dropdown-toggle:hover, .open > .btn-warning.btn-outline.dropdown-toggle:focus, .open > .btn-warning.btn-outline.dropdown-toggle.focus { color: #E99002; background-color: transparent; border-color: #6b4201; } /* line 37, ../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-warning.btn-outline:active, .btn-warning.btn-outline.active, .open > .btn-warning.btn-outline.dropdown-toggle { background-image: none; } /* line 45, ../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-warning.btn-outline.disabled, .btn-warning.btn-outline.disabled:hover, .btn-warning.btn-outline.disabled:focus, .btn-warning.btn-outline.disabled.focus, .btn-warning.btn-outline.disabled:active, .btn-warning.btn-outline.disabled.active, .btn-warning.btn-outline[disabled], .btn-warning.btn-outline[disabled]:hover, .btn-warning.btn-outline[disabled]:focus, .btn-warning.btn-outline[disabled].focus, .btn-warning.btn-outline[disabled]:active, .btn-warning.btn-outline[disabled].active, fieldset[disabled] .btn-warning.btn-outline, fieldset[disabled] .btn-warning.btn-outline:hover, fieldset[disabled] .btn-warning.btn-outline:focus, fieldset[disabled] .btn-warning.btn-outline.focus, fieldset[disabled] .btn-warning.btn-outline:active, fieldset[disabled] .btn-warning.btn-outline.active { background-color: transparent; border-color: #E99002; } /* line 56, ../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-warning.btn-outline .badge { color: transparent; background-color: #E99002; } /* line 21, ../../app/styles/components/_btn-outline.scss */ .btn-danger.btn-outline { color: #F04124; background-color: transparent; border-color: #F04124; } /* line 11, ../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-danger.btn-outline:focus, .btn-danger.btn-outline.focus { color: #F04124; background-color: transparent; border-color: #8b1c0a; } /* line 17, ../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-danger.btn-outline:hover { color: #F04124; background-color: transparent; border-color: #c9280e; } /* line 22, ../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-danger.btn-outline:active, .btn-danger.btn-outline.active, .open > .btn-danger.btn-outline.dropdown-toggle { color: #F04124; background-color: transparent; border-color: #c9280e; } /* line 29, ../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-danger.btn-outline:active:hover, .btn-danger.btn-outline:active:focus, .btn-danger.btn-outline:active.focus, .btn-danger.btn-outline.active:hover, .btn-danger.btn-outline.active:focus, .btn-danger.btn-outline.active.focus, .open > .btn-danger.btn-outline.dropdown-toggle:hover, .open > .btn-danger.btn-outline.dropdown-toggle:focus, .open > .btn-danger.btn-outline.dropdown-toggle.focus { color: #F04124; background-color: transparent; border-color: #8b1c0a; } /* line 37, ../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-danger.btn-outline:active, .btn-danger.btn-outline.active, .open > .btn-danger.btn-outline.dropdown-toggle { background-image: none; } /* line 45, ../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-danger.btn-outline.disabled, .btn-danger.btn-outline.disabled:hover, .btn-danger.btn-outline.disabled:focus, .btn-danger.btn-outline.disabled.focus, .btn-danger.btn-outline.disabled:active, .btn-danger.btn-outline.disabled.active, .btn-danger.btn-outline[disabled], .btn-danger.btn-outline[disabled]:hover, .btn-danger.btn-outline[disabled]:focus, .btn-danger.btn-outline[disabled].focus, .btn-danger.btn-outline[disabled]:active, .btn-danger.btn-outline[disabled].active, fieldset[disabled] .btn-danger.btn-outline, fieldset[disabled] .btn-danger.btn-outline:hover, fieldset[disabled] .btn-danger.btn-outline:focus, fieldset[disabled] .btn-danger.btn-outline.focus, fieldset[disabled] .btn-danger.btn-outline:active, fieldset[disabled] .btn-danger.btn-outline.active { background-color: transparent; border-color: #F04124; } /* line 56, ../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-danger.btn-outline .badge { color: transparent; background-color: #F04124; }

Related: See More


Questions / Comments: