diff options
| author | Jacob Thornton <[email protected]> | 2011-08-21 11:45:24 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-08-21 11:45:24 -0700 |
| commit | 3d73e674dd4f27159b2f3968c83547da4e7cb225 (patch) | |
| tree | ddf401f68aecc8a3a6be15843bd980396991d347 /lib/patterns.less | |
| parent | 1fc4491cd6f18809468dfc73ce5e55ac87352d1d (diff) | |
| download | bootstrap-3d73e674dd4f27159b2f3968c83547da4e7cb225.tar.xz bootstrap-3d73e674dd4f27159b2f3968c83547da4e7cb225.zip | |
more debugging of ie nav display issues
Diffstat (limited to 'lib/patterns.less')
| -rw-r--r-- | lib/patterns.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index 2f8f6c919..c189e6271 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -151,7 +151,7 @@ div.topbar { &.open { a.menu, a:hover { - background-color: lighten(#00a0d1,5); + background-color: #333; background-color: rgba(255,255,255,.1); color: #fff; } |
