Skip to content

Commit

Permalink
fix open ui for ie 7
Browse files Browse the repository at this point in the history
  • Loading branch information
fat committed Aug 30, 2011
1 parent fc0471a commit efd6fd6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion bootstrap-1.1.1.css
Expand Up @@ -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: Mon Aug 29 21:40:43 PDT 2011
* Date: Mon Aug 29 22:36:01 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).
Expand Down Expand Up @@ -1234,6 +1234,7 @@ table .headerSortUp.purple, table .headerSortDown.purple {
}
.nav .dropdown-menu .dropdown-toggle.open {
background-color: rgba(255, 255, 255, 0.05);
*background-color: #444;
}
.nav .dropdown-menu li a {
color: #999;
Expand Down
2 changes: 1 addition & 1 deletion bootstrap-1.1.1.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/patterns.less
Expand Up @@ -157,6 +157,7 @@
color: #fff;
&.open {
background-color: rgba(255,255,255,.05);
*background-color: #444; // IE6-7
}
}
li a {
Expand Down

0 comments on commit efd6fd6

Please sign in to comment.