mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
simplify drop down logic - fix color of search hover for ie
This commit is contained in:
Vendored
+3
-3
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user