diff options
| author | Jacob Thornton <[email protected]> | 2011-08-21 11:22:33 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-08-21 11:22:33 -0700 |
| commit | 1fc4491cd6f18809468dfc73ce5e55ac87352d1d (patch) | |
| tree | 1ec4e46f946ee05bbd04672ee714c83fafaa2863 /bootstrap-1.0.0.css | |
| parent | 72899a4ee8f9c3b75ba5e015d6c88f5154705c62 (diff) | |
| download | bootstrap-1fc4491cd6f18809468dfc73ce5e55ac87352d1d.tar.xz bootstrap-1fc4491cd6f18809468dfc73ce5e55ac87352d1d.zip | |
simplify drop down logic - fix color of search hover for ie
Diffstat (limited to 'bootstrap-1.0.0.css')
| -rw-r--r-- | bootstrap-1.0.0.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bootstrap-1.0.0.css b/bootstrap-1.0.0.css index a2ba3c38f..3a83c6c31 100644 --- a/bootstrap-1.0.0.css +++ b/bootstrap-1.0.0.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Sat Aug 20 18:40:26 PDT 2011 + * Date: Sun Aug 21 11:20:03 PDT 2011 */ /* Reset.less * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc). @@ -1145,7 +1145,7 @@ div.topbar form { opacity: 1; } div.topbar form input { - background-color: #bfbfbf; + background-color: #444; background-color: rgba(255, 255, 255, 0.3); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: normal; @@ -1173,7 +1173,7 @@ div.topbar form input::-webkit-input-placeholder { color: #e6e6e6; } div.topbar form input:hover { - background-color: #444; + background-color: #bfbfbf; background-color: rgba(255, 255, 255, 0.5); color: #fff; } |
