summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorerdgeist <erdgeist@bauklotz.fritz.box>2016-08-14 21:50:09 +0200
committererdgeist <erdgeist@bauklotz.fritz.box>2016-08-14 21:50:09 +0200
commitd5a70a1d96cfcabd10a7cd6c4e8b429924c465f9 (patch)
treed6134449bce658fadc1aa8b7d98ae2543a890d35 /style.css
parent2e47aa24693d5d0b264e5cc7e28c446f5eb6d8d4 (diff)
No fancy rotations
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 1 insertions, 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 {
395 border : 0.5px solid white; 395 border : 0.5px solid white;
396 border-radius : 25%; 396 border-radius : 25%;
397 vertical-align : top; 397 vertical-align : top;
398 transform : rotate(360deg); 398 transition : font-size 0.4s;
399 transition : transform 0.3s, font-size 0.4s;
400 font-size : 1pt; 399 font-size : 1pt;
401} 400}
402 401
403input[type=checkbox]:not(old):checked + label > span { 402input[type=checkbox]:not(old):checked + label > span {
404 transform : rotate(0deg);
405 font-size : 17pt; 403 font-size : 17pt;
406} 404}
407 405