2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

ie8 dropdown tweaks

This commit is contained in:
Jacob Thornton
2011-08-21 11:56:16 -07:00
parent 2203ba3df1
commit 0e8e30bf1d
3 changed files with 7 additions and 5 deletions
+2 -1
View File
@@ -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;