diff options
| author | Jacob Thornton <[email protected]> | 2011-08-31 10:55:53 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-08-31 10:55:53 -0700 |
| commit | f6a4dd95b62771b105530c85a98901f06bfecdd7 (patch) | |
| tree | fc708c8707d617af63aa7fdba8937952025134fc /lib | |
| parent | 90d174a34d0c1c0da590fa8f21b1852e358ba0f9 (diff) | |
| download | bootstrap-f6a4dd95b62771b105530c85a98901f06bfecdd7.tar.xz bootstrap-f6a4dd95b62771b105530c85a98901f06bfecdd7.zip | |
try daves background thing again...
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/patterns.less | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index 38fbd8da0..91294103c 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -147,17 +147,16 @@ // Dropdowns within the .nav .dropdown-toggle:hover, .dropdown.open .dropdown-toggle { - background-color: #444; - background-color: rgba(255,255,255,.05); - *background-color: #444; // IE6-7 + background: #444; + background: rgba(255,255,255,.05); } .dropdown-menu { background-color: #333; .dropdown-toggle { color: #fff; &.open { - background-color: rgba(255,255,255,.05); - *background-color: #444; + background: #444; + background: rgba(255,255,255,.05); } } li a { @@ -254,9 +253,8 @@ .dropdown.open { .dropdown-toggle { color: #fff; - background-color: #ccc; - background-color: rgba(0,0,0,.3); - *background-color: #ccc; /* ie6 -7 */ + background: #ccc; + background: rgba(0,0,0,.3); } .dropdown-menu { display: block; @@ -745,9 +743,8 @@ input[type=submit].btn { height: 0; } .inner { - background-color: #333; - background-color: rgba(0,0,0,.8); - *background-color: #333; /* IE 6-7 */ + background: #333; + background: rgba(0,0,0,.8); padding: 3px; overflow: hidden; width: 280px; |
