From aa22315c2699199df1e904d24b65deffa0a1f813 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20P=C3=A4ssler?= Date: Mon, 20 Jul 2020 21:36:29 +0200 Subject: [PATCH] animate history button --- client/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/style.css b/client/style.css index ec57caf..824c16a 100755 --- a/client/style.css +++ b/client/style.css @@ -91,7 +91,7 @@ header { width: 48px; background-color: #eee; margin: 0 auto; - transition: box-shadow 150ms; + transition: transform 150ms, box-shadow 150ms; border: 1px solid rgba(0, 0, 0, .1); user-select: none; } @@ -106,7 +106,7 @@ header { } :checked ~ label[for=btn-history] { - transform: rotate(180deg); + transform: rotateX(180deg); } table {