aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/bootstrap.css b/bootstrap.css
index 1439ad4bb..5eb8a4a7c 100644
--- a/bootstrap.css
+++ b/bootstrap.css
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Sun Jan 8 01:45:29 PST 2012
+ * Date: Sun Jan 8 01:50:02 PST 2012
*/
html, body {
margin: 0;
@@ -1489,7 +1489,7 @@ i {
line-height: 18px;
color: #555555;
}
-.dropdown-menu.typeahead .active a, .dropdown-menu a:hover {
+.dropdown-menu a:hover, .dropdown-menu .active > a {
color: #fff;
text-decoration: none;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
@@ -1515,6 +1515,12 @@ i {
.dropdown.open .dropdown-menu {
display: block;
}
+.typeahead {
+ margin-top: 2px;
+ -webkit-border-radius: 4px;
+ -moz-border-radius: 4px;
+ border-radius: 4px;
+}
.well {
min-height: 20px;
padding: 19px;