Skip to content

Commit 96258ea

Browse files
committed
Expand -mox-appearance, -webkit-appearance styles
1 parent c6ab20e commit 96258ea

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/DateTimePicker.less

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,15 @@
5050
background: none;
5151
font: inherit;
5252
box-sizing: content-box;
53+
-webkit-appearance: textfield;
5354
-moz-appearance: textfield;
55+
appearance: textfield;
5456

5557
&::-webkit-outer-spin-button,
5658
&::-webkit-inner-spin-button {
5759
-webkit-appearance: none;
60+
-moz-appearance: none;
61+
appearance: none;
5862
margin: 0;
5963
}
6064

@@ -70,7 +74,9 @@
7074

7175
&__amPm {
7276
font: inherit;
77+
-webkit-appearance: menulist;
7378
-moz-appearance: menulist;
79+
appearance: menulist;
7480
}
7581
}
7682

@@ -126,8 +132,5 @@
126132
padding: 25px;
127133
background-color: white;
128134
border: thin solid rgb(160, 160, 150);
129-
130-
.react-clock {
131-
}
132135
}
133136
}

0 commit comments

Comments
 (0)