fix admin page css
This commit is contained in:
parent
b01b33978f
commit
58e4b7004b
1 changed files with 4 additions and 1 deletions
|
|
@ -137,7 +137,10 @@ input {
|
|||
border-radius: 0;
|
||||
}
|
||||
|
||||
input {
|
||||
input[type=text],
|
||||
input[type=password],
|
||||
input[type=submit],
|
||||
input[type=image] {
|
||||
appearance: none;
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue