Force the absence of border around input elements.

This commit is contained in:
Daru13 2020-09-16 22:55:44 +02:00
parent acfabcda7b
commit f31247e03a
2 changed files with 2 additions and 0 deletions

View file

@ -225,6 +225,7 @@ body {
.content input {
min-height: 30px;
padding: 5px;
border: none;
border-radius: 0;
}
.content input[type=button],

View file

@ -19,6 +19,7 @@
input {
min-height: 30px;
padding: 5px;
border: none;
border-radius: 0;
}