From 4a5d0814a9700f3da0f1c1c666f3846eb92e7e47 Mon Sep 17 00:00:00 2001 From: Dillon Kearns Date: Mon, 3 Jan 2022 19:26:41 -0800 Subject: [PATCH] Update form styling. --- examples/pokedex/public/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/examples/pokedex/public/style.css b/examples/pokedex/public/style.css index a53f77d8..a43bd118 100644 --- a/examples/pokedex/public/style.css +++ b/examples/pokedex/public/style.css @@ -17,11 +17,16 @@ input:valid { */ -input { +input[type=text], input[type=date] { border-radius: 10px !important; border-color: #ccc !important; } +input[type=checkbox] { + border-radius: 4px !important; + border-color: #ccc !important; +} + main.color-app { align-items: center; display: flex;