From 654ffeac15591bb5b315314ad5890f22772abd37 Mon Sep 17 00:00:00 2001 From: Charles Danesi Date: Sun, 5 Sep 2021 16:46:32 -0400 Subject: [PATCH] fix animated save button on repair code page --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index c9696b1..980e819 100644 --- a/style.css +++ b/style.css @@ -36,7 +36,7 @@ input[type="button"] { text-decoration: none; cursor: pointer; border: none; - transition: all 250ms ease-in; + transition: color 250ms ease-in, background-color 250ms ease-in; } input[type="button"]:hover { @@ -58,7 +58,7 @@ input[name="btnCancel"] { color: var(--white); position: fixed; bottom: 20px; - right: 80px; + right: 100px; } input[id="btnSubmitForApproval"]:hover {