diff options
| author | Mark Otto <[email protected]> | 2013-01-11 20:40:17 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-11 20:40:17 -0800 |
| commit | d3b3b4c48f86be988148948eb97f0b2ef6ca41c1 (patch) | |
| tree | cd3879249c015116d518f73f5e69fc31f48d178a /docs/assets/css/bootstrap.css | |
| parent | d7c93fc647f38fb4baab9a2f95225600050dc1fe (diff) | |
| download | bootstrap-d3b3b4c48f86be988148948eb97f0b2ef6ca41c1.tar.xz bootstrap-d3b3b4c48f86be988148948eb97f0b2ef6ca41c1.zip | |
Fixes #6474: remove duplicate .btn border colors to make @btn-border work
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 4ff2a3539..478586a14 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3169,11 +3169,11 @@ button.close { background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); background-image: linear-gradient(to bottom, #ffffff, #e6e6e6); background-repeat: repeat-x; - border: 1px solid #bbbbbb; + border: 1px solid #cccccc; *border: 0; border-color: #e6e6e6 #e6e6e6 #bfbfbf; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); - border-bottom-color: #a2a2a2; + border-bottom-color: #b3b3b3; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; @@ -3308,11 +3308,6 @@ input[type="button"].btn-block { color: rgba(255, 255, 255, 0.75); } -.btn { - border-color: #c5c5c5; - border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25); -} - .btn-primary { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); |
