diff options
author | bptato <nincsnevem662@gmail.com> | 2024-12-15 22:48:53 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-12-15 22:49:33 +0100 |
commit | e101c17b2959d225ebdd5e62b74d1ebc8532c4de (patch) | |
tree | ef0870ee3b4dc02fe46d5a4a52b08a2fb58784e4 | |
parent | 0971ad855c59866b29659fa4d9c249c3919b600c (diff) | |
download | chawan-e101c17b2959d225ebdd5e62b74d1ebc8532c4de.tar.gz |
ua.css: fix checkbox decoration
-rw-r--r-- | res/ua.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |