From e101c17b2959d225ebdd5e62b74d1ebc8532c4de Mon Sep 17 00:00:00 2001 From: bptato Date: Sun, 15 Dec 2024 22:48:53 +0100 Subject: ua.css: fix checkbox decoration --- res/ua.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/ua.css b/res/ua.css index 6b32e99c..61dbc9ff 100644 --- a/res/ua.css +++ b/res/ua.css @@ -61,7 +61,7 @@ input::before { content: '['; text-decoration: none; color: initial } input::after { content: ']'; text-decoration: none; color: initial } input[type=submit i], input[type=button i], input[type=reset i], -input[type=radio i] { +input[type=radio i], input[type=checkbox i] { text-decoration: none } -- cgit 1.4.1-2-gfad0