1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 12:59:05 +02:00

ie7 background toggle open

This commit is contained in:
Jacob Thornton
2011-08-30 23:08:34 -07:00
parent 2ed869c2ee
commit 49e343c464
3 changed files with 5 additions and 3 deletions

View File

@@ -155,6 +155,7 @@
.dropdown-toggle {
color: #fff;
&.open {
background: #444;
background-color: rgba(255,255,255,.05);
}
}
@@ -320,7 +321,7 @@
// Basic pill nav
.pills {
a {
margin: 5px 3px 5px 0;
margin: 5px 3px 5px 0;
padding: 0 15px;
text-shadow: 0 1px 1px #fff;
line-height: 30px;