aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-08-21 11:56:16 -0700
committerJacob Thornton <[email protected]>2011-08-21 11:56:16 -0700
commit0e8e30bf1dbc15aa42dc84898b088a76c3e7d536 (patch)
tree6476c2653a5fd0e150d268b399ccfc963c8f1198 /lib
parent2203ba3df1724a14ef948bd714e76e8d6c4a1929 (diff)
downloadbootstrap-0e8e30bf1dbc15aa42dc84898b088a76c3e7d536.tar.xz
bootstrap-0e8e30bf1dbc15aa42dc84898b088a76c3e7d536.zip
ie8 dropdown tweaks
Diffstat (limited to 'lib')
-rw-r--r--lib/patterns.less3
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;