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 {