From 088831503882644ff4872225d7a2532d194f202a Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 16 Jan 2018 03:07:53 +0300 Subject: [PATCH] more experimenting... Signed-off-by: Alex A. Naanou --- ui (gen4)/experiments/image-crop-edit.html | 56 +++++++++++++++------- 1 file changed, 40 insertions(+), 16 deletions(-) diff --git a/ui (gen4)/experiments/image-crop-edit.html b/ui (gen4)/experiments/image-crop-edit.html index 5525b2a2..a4ae066c 100755 --- a/ui (gen4)/experiments/image-crop-edit.html +++ b/ui (gen4)/experiments/image-crop-edit.html @@ -7,7 +7,14 @@ button { background: transparent; } -button .material-icons { +input[type=radio] { + display: none; +} +input:not(:checked) ~ * { + color: silver; +} + +.material-icons { font-size: 2em; } @@ -76,16 +83,6 @@ button .material-icons {