diff options
| author | Jacob Thornton <[email protected]> | 2011-08-21 11:56:16 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-08-21 11:56:16 -0700 |
| commit | 0e8e30bf1dbc15aa42dc84898b088a76c3e7d536 (patch) | |
| tree | 6476c2653a5fd0e150d268b399ccfc963c8f1198 /lib/patterns.less | |
| parent | 2203ba3df1724a14ef948bd714e76e8d6c4a1929 (diff) | |
| download | bootstrap-0e8e30bf1dbc15aa42dc84898b088a76c3e7d536.tar.xz bootstrap-0e8e30bf1dbc15aa42dc84898b088a76c3e7d536.zip | |
ie8 dropdown tweaks
Diffstat (limited to 'lib/patterns.less')
| -rw-r--r-- | lib/patterns.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index c767df63c..6106f3a3f 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -154,7 +154,7 @@ div.topbar { &.open { a.menu, a:hover { - background-color: #333; + background-color: 444; background-color: rgba(255,255,255,.1); color: #fff; } @@ -218,6 +218,7 @@ div.topbar { &.divider { height: 1px; overflow: hidden; + background: #222; background: rgba(0,0,0,.2); border-bottom: 1px solid rgba(255,255,255,.1); margin: 5px 0; |
