diff options
| author | XhmikosR <[email protected]> | 2015-05-16 13:08:27 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-05-16 13:08:27 +0300 |
| commit | ec23ab9efad2230686ba9d66165787f1e749d8be (patch) | |
| tree | f8b472c3dda1ae6dd73f9fb84a0822abe2cdf023 /docs/dist/css/bootstrap-theme.css | |
| parent | 9e395712a50f2d9fd9b21b01c8395354e7a08ae8 (diff) | |
| parent | c56032a0e5810acbc002b45b5b900dacafa32483 (diff) | |
| download | bootstrap-ec23ab9efad2230686ba9d66165787f1e749d8be.tar.xz bootstrap-ec23ab9efad2230686ba9d66165787f1e749d8be.zip | |
Merge pull request #16494 from twbs/license-header
License header
Diffstat (limited to 'docs/dist/css/bootstrap-theme.css')
| -rw-r--r-- | docs/dist/css/bootstrap-theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dist/css/bootstrap-theme.css b/docs/dist/css/bootstrap-theme.css index e37a9f74a..bc673e375 100644 --- a/docs/dist/css/bootstrap-theme.css +++ b/docs/dist/css/bootstrap-theme.css @@ -3,7 +3,6 @@ * Copyright 2011-2015 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ - .btn-default, .btn-primary, .btn-success, @@ -371,6 +370,7 @@ fieldset[disabled] .btn-danger.active { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; + border-radius: 4px; } .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .active > a { |
