Skip to content

Commit 1f96d45

Browse files
committed
add missing vendor prefixes
1 parent b7183a4 commit 1f96d45

File tree

1 file changed

+2
-0
lines changed
  • components/dash-core-components/src/components/css

1 file changed

+2
-0
lines changed

components/dash-core-components/src/components/css/sliders.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,9 @@
193193
.dash-range-slider-input {
194194
width: 64px;
195195
margin-top: 8px;
196+
-webkit-appearance: textfield;
196197
-moz-appearance: textfield;
198+
appearance: textfield;
197199
}
198200

199201
/* Hide the number input spinners */

0 commit comments

Comments
 (0)