From 0b4d55fd1c7bf8fedeaebfacfd24090bc534e911 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Mon, 5 Sep 2022 14:51:04 +0200 Subject: [PATCH] Fix radiobox styling --- api/templates/default/etemplate2.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index 080e1d93a4..45e88192d8 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -3326,6 +3326,18 @@ span.et2_checkbox_slideSwitch.switchOn > span.slideSwitch_container a { .et2_toolbar_more span.et2_checkbox_slideSwitch > input { display: none; } +input.et2_radiobox:checked { + background-color: dimgrey; + appearance: none; + width: 1em; + height: 1em; + border-radius: 50%; + width: 12px; + height: 12px; + border: 2px solid white; + box-shadow: 0 0 0 1px dimgrey; + transition: 1s easeout; +} .et2_radiobox { margin-right: 10px;