From ac90fb73d9c601e0e620bd9e49d24a049b0dec43 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Fri, 9 Jun 2017 23:19:01 +0200 Subject: [PATCH] transitions for button colors --- Yavsc/wwwroot/css/main/bootstrap.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Yavsc/wwwroot/css/main/bootstrap.css b/Yavsc/wwwroot/css/main/bootstrap.css index 0f34ed98..74a630bc 100644 --- a/Yavsc/wwwroot/css/main/bootstrap.css +++ b/Yavsc/wwwroot/css/main/bootstrap.css @@ -3711,8 +3711,9 @@ fieldset[disabled] a.btn { .btn-default { color: #fff; - background-color: #222; border-color: #aaa; + background-color: #7f1cb8; + transition: color 1s, background-color 1s; } .btn-default:focus, @@ -3780,7 +3781,8 @@ fieldset[disabled] .btn-default.active { .btn-default .badge { color: #fff; - background-color: #333; + background-color: #7f1cb8; + transition: color 1s, background-color 1s; } .btn-primary { @@ -4091,6 +4093,7 @@ fieldset[disabled] .btn-warning.active { color: #fff; background-color: #9b2a27; border-color: #d43f3a; + transition: color 1s, background-color 1s; } .btn-danger:focus, @@ -4205,6 +4208,7 @@ fieldset[disabled] .btn-link:focus { font-size: 18px; line-height: 1.3333333; border-radius: 6px; + transition: color 1s, background-color 1s; } .btn-sm,