Force the absence of border around input elements.
This commit is contained in:
parent
acfabcda7b
commit
f31247e03a
2 changed files with 2 additions and 0 deletions
|
@ -225,6 +225,7 @@ body {
|
|||
.content input {
|
||||
min-height: 30px;
|
||||
padding: 5px;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
}
|
||||
.content input[type=button],
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
input {
|
||||
min-height: 30px;
|
||||
padding: 5px;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue