diff options
| author | Mark Otto <[email protected]> | 2013-07-26 11:08:27 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-26 11:08:27 -0700 |
| commit | 9e98b733f165e32170bebb705b665770dcf966d2 (patch) | |
| tree | 13e64311a71feb2587c042c3b87e9aeb8abfc268 /dist/css/bootstrap.css | |
| parent | e62e992b88cc1223c8485e9415bba9213764257a (diff) | |
| download | bootstrap-9e98b733f165e32170bebb705b665770dcf966d2.tar.xz bootstrap-9e98b733f165e32170bebb705b665770dcf966d2.zip | |
Vars update
* Drop progress bar text-shadow
* Reorganize popover and tooltip vars and fix complier error due to
missing `;`
* Run `grunt`
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 8b8c45031..420e8ebb2 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3598,7 +3598,7 @@ button.close { text-align: left; white-space: normal; background-color: #ffffff; - border: 1px solid #ccc; + border: 1px solid #cccccc; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); @@ -3662,7 +3662,7 @@ button.close { bottom: -11px; left: 50%; margin-left: -11px; - border-top-color: #999; + border-top-color: #999999; border-top-color: rgba(0, 0, 0, 0.25); border-bottom-width: 0; } @@ -3679,7 +3679,7 @@ button.close { top: 50%; left: -11px; margin-top: -11px; - border-right-color: #999; + border-right-color: #999999; border-right-color: rgba(0, 0, 0, 0.25); border-left-width: 0; } @@ -3696,7 +3696,7 @@ button.close { top: -11px; left: 50%; margin-left: -11px; - border-bottom-color: #999; + border-bottom-color: #999999; border-bottom-color: rgba(0, 0, 0, 0.25); border-top-width: 0; } @@ -3713,7 +3713,7 @@ button.close { top: 50%; right: -11px; margin-top: -11px; - border-left-color: #999; + border-left-color: #999999; border-left-color: rgba(0, 0, 0, 0.25); border-right-width: 0; } @@ -4044,9 +4044,8 @@ a.list-group-item.active > .badge, width: 0; height: 100%; font-size: 12px; - color: #fff; + color: #ffffff; text-align: center; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #428bca; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); |
