Skip to content

Commit

Permalink
Slider: Added rounded corners to range area. Fixed #9024 - Slider: Ra…
Browse files Browse the repository at this point in the history
…nge area needs rounded corners, too
  • Loading branch information
backflip committed Jan 28, 2013
1 parent 55360ee commit 3aa8ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/jquery.ui.slider.js
Expand Up @@ -80,7 +80,7 @@ $.widget( "ui.slider", $.ui.mouse, {
.addClass( "ui-slider-range" +
// note: this isn't the most fittingly semantic framework class for this element,
// but worked best visually with a variety of themes
" ui-widget-header" +
" ui-widget-header ui-corner-all" +
( ( o.range === "min" || o.range === "max" ) ? " ui-slider-range-" + o.range : "" ) );
}

Expand Down

0 comments on commit 3aa8ad0

Please sign in to comment.