Skip to content

Commit 3aa8ad0

Browse files
committed
Slider: Added rounded corners to range area. Fixed #9024 - Slider: Range area needs rounded corners, too
1 parent 55360ee commit 3aa8ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jquery.ui.slider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ $.widget( "ui.slider", $.ui.mouse, {
8080
.addClass( "ui-slider-range" +
8181
// note: this isn't the most fittingly semantic framework class for this element,
8282
// but worked best visually with a variety of themes
83-
" ui-widget-header" +
83+
" ui-widget-header ui-corner-all" +
8484
( ( o.range === "min" || o.range === "max" ) ? " ui-slider-range-" + o.range : "" ) );
8585
}
8686

0 commit comments

Comments
 (0)