diff options
| author | Jacob Thornton <[email protected]> | 2011-08-29 22:36:05 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-08-29 22:36:05 -0700 |
| commit | efd6fd609c7e1406d40906d4aa14949345a2d5ff (patch) | |
| tree | 2f14a09c2ff3667a56dc644b5aff98053c9ac434 /lib | |
| parent | fc0471a450d8cf3fdeb0971ce2636ac11053891d (diff) | |
| download | bootstrap-efd6fd609c7e1406d40906d4aa14949345a2d5ff.tar.xz bootstrap-efd6fd609c7e1406d40906d4aa14949345a2d5ff.zip | |
fix open ui for ie 7
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/patterns.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index 219e26b3f..dba5af3aa 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -157,6 +157,7 @@ color: #fff; &.open { background-color: rgba(255,255,255,.05); + *background-color: #444; // IE6-7 } } li a { |
