From d5a70a1d96cfcabd10a7cd6c4e8b429924c465f9 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sun, 14 Aug 2016 21:50:09 +0200 Subject: No fancy rotations --- style.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/style.css b/style.css index 6f900c8..8075a27 100644 --- a/style.css +++ b/style.css @@ -395,13 +395,11 @@ input[type=checkbox]:not(old) + label > span { border : 0.5px solid white; border-radius : 25%; vertical-align : top; - transform : rotate(360deg); - transition : transform 0.3s, font-size 0.4s; + transition : font-size 0.4s; font-size : 1pt; } input[type=checkbox]:not(old):checked + label > span { - transform : rotate(0deg); font-size : 17pt; } -- cgit v1.2.3