aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-13 13:31:07 -0700
committerMark Otto <[email protected]>2014-07-13 13:31:07 -0700
commit66f7062e81842399755940f4c7aa5a053039d84c (patch)
treec6cb5201e0794a50b96b4de339015ed4f4c34841 /docs/dist/css/bootstrap.css
parenta1bd7634d77aacebb293ebbee2fd40d1d1e31160 (diff)
downloadbootstrap-66f7062e81842399755940f4c7aa5a053039d84c.tar.xz
bootstrap-66f7062e81842399755940f4c7aa5a053039d84c.zip
transitions mixin and global variable, add it to buttons
Diffstat (limited to 'docs/dist/css/bootstrap.css')
-rw-r--r--docs/dist/css/bootstrap.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css
index f12805dcf..93335c88c 100644
--- a/docs/dist/css/bootstrap.css
+++ b/docs/dist/css/bootstrap.css
@@ -2112,6 +2112,9 @@ select[multiple].form-group-lg .form-control {
background-image: none;
border: 1px solid transparent;
border-radius: .2rem;
+ -webkit-transition: all .2s ease-in-out;
+ -o-transition: all .2s ease-in-out;
+ transition: all .2s ease-in-out;
}
.btn:focus,
.btn:active:focus,