diff options
| author | Mark Otto <[email protected]> | 2015-11-24 11:05:26 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-11-24 11:05:26 -0800 |
| commit | c13de0e69a5708cf3a8d2e2020ef561d47ac085f (patch) | |
| tree | be5087faa3cdb02d2c38b7b247740036eac1631b /dist/css/bootstrap.css | |
| parent | 3001831e19c58deecad2b2204f3241b11df0c47d (diff) | |
| download | bootstrap-c13de0e69a5708cf3a8d2e2020ef561d47ac085f.tar.xz bootstrap-c13de0e69a5708cf3a8d2e2020ef561d47ac085f.zip | |
grunt
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 2e4f173fe..a24ed40e1 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3833,6 +3833,9 @@ tbody.collapse.in { width: 100%; margin-bottom: 0; } +.input-group .form-control:focus { + z-index: 3; +} .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { @@ -6324,6 +6327,7 @@ button.close { color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, .6); + background-color: rgba(0, 0, 0, 0); filter: alpha(opacity=50); opacity: .5; } @@ -6437,16 +6441,16 @@ button.close { .carousel-control .icon-next { width: 30px; height: 30px; - margin-top: -15px; + margin-top: -10px; font-size: 30px; } .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { - margin-left: -15px; + margin-left: -10px; } .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { - margin-right: -15px; + margin-right: -10px; } .carousel-caption { right: 20%; |
