diff options
| author | Jacob Thornton <[email protected]> | 2011-08-30 23:25:37 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-08-30 23:25:37 -0700 |
| commit | 588cb1c06d372817e7be2a44384b177bef660f53 (patch) | |
| tree | 3f665a4ecd9872ddbb962518cc6ff1dc352e8bd4 /lib | |
| parent | 49e343c464c931210e6ffc896fb7a511e5e773d0 (diff) | |
| download | bootstrap-588cb1c06d372817e7be2a44384b177bef660f53.tar.xz bootstrap-588cb1c06d372817e7be2a44384b177bef660f53.zip | |
revert dhg mdo suggestion for fixing ie
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/patterns.less | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index c7397f094..38fbd8da0 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -147,16 +147,17 @@ // Dropdowns within the .nav .dropdown-toggle:hover, .dropdown.open .dropdown-toggle { - background: #444; + background-color: #444; background-color: rgba(255,255,255,.05); + *background-color: #444; // IE6-7 } .dropdown-menu { background-color: #333; .dropdown-toggle { color: #fff; &.open { - background: #444; background-color: rgba(255,255,255,.05); + *background-color: #444; } } li a { @@ -253,8 +254,9 @@ .dropdown.open { .dropdown-toggle { color: #fff; - background: #ccc; + background-color: #ccc; background-color: rgba(0,0,0,.3); + *background-color: #ccc; /* ie6 -7 */ } .dropdown-menu { display: block; @@ -321,7 +323,7 @@ // Basic pill nav .pills { a { - margin: 5px 3px 5px 0; + margin: 5px 3px 5px 0; padding: 0 15px; text-shadow: 0 1px 1px #fff; line-height: 30px; @@ -743,8 +745,9 @@ input[type=submit].btn { height: 0; } .inner { - background: #333; + background-color: #333; background-color: rgba(0,0,0,.8); + *background-color: #333; /* IE 6-7 */ padding: 3px; overflow: hidden; width: 280px; |
