diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/ua.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/ua.css b/res/ua.css index 8404c8b6..8039af96 100644 --- a/res/ua.css +++ b/res/ua.css @@ -141,7 +141,8 @@ input[type="radio"]::after { color: initial; } -input:is([type="text"], [type="password"], [type="search"], [type="file"]) { +input:is([type="text"], [type="password"], [type="search"], [type="file"], + [type="url"], [type="email"], [type="tel"]) { text-decoration: underline; } |