]> source.dussan.org Git - jquery-ui.git/commitdiff
Slider: Added rounded corners to range area. Fixed #9024 - Slider: Range area needs... 900/head
authorThomas Jaggi <thomas.jaggi@gmail.com>
Mon, 28 Jan 2013 15:03:42 +0000 (16:03 +0100)
committerThomas Jaggi <thomas.jaggi@gmail.com>
Mon, 28 Jan 2013 15:03:42 +0000 (16:03 +0100)
ui/jquery.ui.slider.js

index 9640361a1574d8367a42f86bdd1be3bcb7cc4520..54024af493ca3188d334c617ec78795ebf31120c 100644 (file)
@@ -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 : "" ) );
                }