From 66f7062e81842399755940f4c7aa5a053039d84c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 13 Jul 2014 13:31:07 -0700 Subject: transitions mixin and global variable, add it to buttons --- docs/dist/css/bootstrap.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/dist/css/bootstrap.css') 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, -- cgit v1.2.3