mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 08:57:03 +03: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;
|
-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] {
|
#rl-app input[type=number] {
|
||||||
-moz-appearance: textfield;
|
-moz-appearance: textfield;
|
||||||
-webkit-appearance: textfield;
|
-webkit-appearance: textfield;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue