mirror of https://github.com/zulip/zulip.git
styles: Unprefix appearance property.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
f166f4c28c
commit
56931b68e0
|
@ -275,9 +275,9 @@
|
|||
|
||||
input[type="number"]::-webkit-outer-spin-button,
|
||||
input[type="number"]::-webkit-inner-spin-button {
|
||||
-webkit-appearance: none;
|
||||
appearance: none;
|
||||
margin: 0;
|
||||
}
|
||||
input[type="number"] {
|
||||
-moz-appearance: textfield;
|
||||
appearance: textfield;
|
||||
}
|
||||
|
|
|
@ -1655,7 +1655,7 @@ body:not(.night-mode) #settings_page .custom_user_field .datepicker {
|
|||
|
||||
@supports (-moz-appearance: none) {
|
||||
#settings_page select {
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
background: hsl(0, 0%, 100%) url(../images/dropdown.png) right / 20px
|
||||
no-repeat;
|
||||
padding-right: 20px;
|
||||
|
|
Loading…
Reference in New Issue