2
0
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:
Jacob Thornton
2011-08-21 11:22:33 -07:00
parent 72899a4ee8
commit 1fc4491cd6
4 changed files with 11 additions and 24 deletions
+3 -3
View File
@@ -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;
}