diff --git a/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css b/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css index 7e590052d..7743302b6 100644 --- a/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css +++ b/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css @@ -706,14 +706,14 @@ outline: none; } -#rl-app .e-checkbox.material-design:focus { - outline: none; -} - #rl-app .e-checkbox input[type="checkbox"] { display: none; } +#rl-app .e-checkbox:focus { + outline: none; +} + input[type="checkbox"] { background-color: transparent; -webkit-appearance: none;