diff options
| author | Mark Otto <[email protected]> | 2012-12-20 13:47:36 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-12-20 13:47:36 -0800 |
| commit | a5e04c0799b64421f413321c29455e93187ad35a (patch) | |
| tree | 44d69a1f19000ae4e8156ffc5b73dc843d244975 /docs/assets/css/bootstrap.css | |
| parent | 00ff34b9e6671d9363ce5cb1d11aaa6bd45e995a (diff) | |
| parent | 5e4f663e699d6c03cf6c778d39ecac6cb949e285 (diff) | |
| download | bootstrap-a5e04c0799b64421f413321c29455e93187ad35a.tar.xz bootstrap-a5e04c0799b64421f413321c29455e93187ad35a.zip | |
Merge branch '2.3.0-wip' into 3.0.0-wip
Conflicts:
docs/assets/css/bootstrap.css
docs/templates/pages/base-css.mustache
less/dropdowns.less
less/forms.less
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index de8369d70..07f737734 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -2328,7 +2328,7 @@ table th[class*="span"] { border-bottom: 1px solid #ffffff; } -.dropdown-menu li > a { +.dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; @@ -2352,8 +2352,8 @@ table th[class*="span"] { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0); } -.dropdown-menu .active > a, -.dropdown-menu .active > a:hover { +.dropdown-menu > .active > a, +.dropdown-menu > .active > a:hover { color: #ffffff; text-decoration: none; background-color: #0077b3; @@ -2367,12 +2367,12 @@ table th[class*="span"] { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0); } -.dropdown-menu .disabled > a, -.dropdown-menu .disabled > a:hover { +.dropdown-menu > .disabled > a, +.dropdown-menu > .disabled > a:hover { color: #999999; } -.dropdown-menu .disabled > a:hover { +.dropdown-menu > .disabled > a:hover { text-decoration: none; cursor: default; background-color: transparent; |
