aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-08 01:50:12 -0800
committerMark Otto <[email protected]>2012-01-08 01:50:12 -0800
commitb780034a65faf99acffb2c5cea27a98883ddf819 (patch)
tree0b5f90f80ae02bddfb26a675d231178ed1841470 /bootstrap.css
parent19986b3dd8e921e9f0b4e238af6b4af83ef5bebe (diff)
downloadbootstrap-b780034a65faf99acffb2c5cea27a98883ddf819.tar.xz
bootstrap-b780034a65faf99acffb2c5cea27a98883ddf819.zip
clean up some spacing on the dropdown for typeahead
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;