1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-10-03 16:51:54 +02:00

fix topbar link with button bug

This commit is contained in:
Mark Otto
2011-09-12 19:00:44 -07:00
parent 8f5f35e6db
commit 3f64aaf82b
4 changed files with 17 additions and 9 deletions

View File

@@ -23,7 +23,9 @@
}
// Hover and active states
a:hover,
// h3 for backwards compatibility
h3 a:hover,
.brand a:hover,
ul .active > a {
background-color: #333;
background-color: rgba(255,255,255,.05);
@@ -54,6 +56,7 @@
line-height: 40px;
a:hover {
background-color: transparent;
color: @white;
}
}
@@ -729,14 +732,15 @@ input[type=submit].btn {
// ------
.modal-backdrop {
background-color:#000;
&.fade { opacity: 0; }
background-color: #000;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 10000;
// Fade for backdrop
&.fade { opacity: 0; }
}
.modal-backdrop, .modal-backdrop.fade.in {