parent
4df6ecd176
commit
9cc6270bbc
1 changed files with 5 additions and 1 deletions
|
|
@ -636,11 +636,15 @@ input, select, button, textarea {
|
|||
appearance: auto;
|
||||
}
|
||||
|
||||
input:not([type=image i], [type=range i], [type=checkbox i], [type=radio i]) {
|
||||
input:not([type=range i], [type=checkbox i], [type=radio i]) {
|
||||
overflow: clip !important;
|
||||
overflow-clip-margin: 0 !important;
|
||||
}
|
||||
|
||||
input[type=image i] {
|
||||
overflow-clip-margin: content-box !important;
|
||||
}
|
||||
|
||||
input, select, textarea {
|
||||
text-align: initial;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue