diff options
author | erdgeist <erdgeist@bauklotz.fritz.box> | 2016-08-14 21:50:09 +0200 |
---|---|---|
committer | erdgeist <erdgeist@bauklotz.fritz.box> | 2016-08-14 21:50:09 +0200 |
commit | d5a70a1d96cfcabd10a7cd6c4e8b429924c465f9 (patch) | |
tree | d6134449bce658fadc1aa8b7d98ae2543a890d35 | |
parent | 2e47aa24693d5d0b264e5cc7e28c446f5eb6d8d4 (diff) |
No fancy rotations
-rw-r--r-- | style.css | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 | ||
403 | input[type=checkbox]:not(old):checked + label > span { | 402 | input[type=checkbox]:not(old):checked + label > span { |
404 | transform : rotate(0deg); | ||
405 | font-size : 17pt; | 403 | font-size : 17pt; |
406 | } | 404 | } |
407 | 405 | ||