Skip to content
Snippets Groups Projects
Unverified Commit f4c1479d authored by Conrad Zelck's avatar Conrad Zelck
Browse files

style: cleanup border/outline of button/input


Signed-off-by: default avatarConrad Zelck <git@simpel.cc>
parent f872b325
No related branches found
No related tags found
No related merge requests found
......@@ -217,15 +217,14 @@ details[open] > #details {
}
input[type=checkbox]:focus {
outline: 1.2px solid white;
/* reduce default offset as it seems a very big gap */
outline-offset: 1px;
}
button, input, select {
border: 2px solid;
border: 2px solid white;
-webkit-border-radius: 5px;
border-radius: 5px;
border-color: white;
}
input[type="file"] {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment