mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-01 20:42:19 +08:00
fix: Hide number input's spin box on chrome
This commit is contained in:
parent
f601e02bf7
commit
9e29238ed1
1 changed files with 6 additions and 0 deletions
|
@ -556,6 +556,12 @@ html.rl-left-panel-disabled #rl-app .b-footer.btn-toolbar .btn-group .btn.icon-f
|
|||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
#rl-app input::-webkit-outer-spin-button,
|
||||
#rl-app input::-webkit-inner-spin-button {
|
||||
-webkit-appearance: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#rl-app input[type=number] {
|
||||
-moz-appearance: textfield;
|
||||
-webkit-appearance: textfield;
|
||||
|
|
Loading…
Reference in a new issue