aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.slider.js
diff options
context:
space:
mode:
authorThomas Jaggi <thomas.jaggi@gmail.com>2013-01-28 16:03:42 +0100
committerThomas Jaggi <thomas.jaggi@gmail.com>2013-01-28 16:03:42 +0100
commit3aa8ad0c4ad15ceac52c4f653b7d4e66995bb297 (patch)
treea6a28630b7932531346cc46a7dcf1bc0cd255ed4 /ui/jquery.ui.slider.js
parent55360eeb7eae5c560d51b09178e64d83c59223a6 (diff)
downloadjquery-ui-3aa8ad0c4ad15ceac52c4f653b7d4e66995bb297.tar.gz
jquery-ui-3aa8ad0c4ad15ceac52c4f653b7d4e66995bb297.zip
Slider: Added rounded corners to range area. Fixed #9024 - Slider: Range area needs rounded corners, too
Diffstat (limited to 'ui/jquery.ui.slider.js')
-rw-r--r--ui/jquery.ui.slider.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.ui.slider.js b/ui/jquery.ui.slider.js
index 9640361a1..54024af49 100644
--- a/ui/jquery.ui.slider.js
+++ b/ui/jquery.ui.slider.js
@@ -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 : "" ) );
}