diff options
| author | Mark Otto <[email protected]> | 2013-08-15 11:47:56 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-15 11:47:56 -0700 |
| commit | 5a0ba42a7becc00ea4c64806b714c5f351b9b96d (patch) | |
| tree | bb07975147b0cc85a1e5bd37b58247888d58eb82 /dist/css/bootstrap.css | |
| parent | 49e95f2bcfd71e12b0c3d45c6019482288cbebd9 (diff) | |
| download | bootstrap-5a0ba42a7becc00ea4c64806b714c5f351b9b96d.tar.xz bootstrap-5a0ba42a7becc00ea4c64806b714c5f351b9b96d.zip | |
fix up inverse navbar form styles
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 11970380e..23c2e503e 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3400,6 +3400,8 @@ button.close { margin-left: -15px; border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; + -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); } @media (min-width: 768px) { @@ -3439,6 +3441,8 @@ button.close { margin-right: 0; margin-left: 0; border: 0; + -webkit-box-shadow: none; + box-shadow: none; } } @@ -3560,8 +3564,9 @@ button.close { background-color: #ffffff; } -.navbar-inverse .navbar-collapse { - border-top-color: #101010; +.navbar-inverse .navbar-collapse, +.navbar-inverse .navbar-form { + border-color: #101010; } .navbar-inverse .navbar-nav > .open > a, |
