templates/jquery/jquery/ui/_theme.scss in compass-jquery-plugin-0.3.3.0 vs templates/jquery/jquery/ui/_theme.scss in compass-jquery-plugin-0.3.3.1

- old
+ new

@@ -1,7 +1,7 @@ /* - * jQuery UI CSS Framework 1.8.13 + * jQuery UI CSS Framework 1.8.16 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * @@ -81,11 +81,11 @@ width: 100%; height: 100%; } /* - * jQuery UI Accordion 1.8.13 + * jQuery UI Accordion 1.8.16 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * @@ -135,11 +135,11 @@ .ui-accordion .ui-accordion-content-active { display: block; } /* - * jQuery UI Autocomplete 1.8.13 + * jQuery UI Autocomplete 1.8.16 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * @@ -154,11 +154,11 @@ width: 1px; } /* without this, the menu expands to 100% in IE6 */ /* - * jQuery UI Menu 1.8.13 + * jQuery UI Menu 1.8.16 * * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * @@ -194,11 +194,11 @@ font-weight: normal; margin: -1px; } /* - * jQuery UI Button 1.8.13 + * jQuery UI Button 1.8.16 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * @@ -290,11 +290,11 @@ /* reset extra padding in Firefox */ /* - * jQuery UI Datepicker 1.8.13 + * jQuery UI Datepicker 1.8.16 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * @@ -424,11 +424,12 @@ .ui-datepicker-multi .ui-datepicker-buttonpane { clear: left; } .ui-datepicker-row-break { clear: both; - width: 100%; } + width: 100%; + font-size: 0em; } /* RTL support */ .ui-datepicker-rtl { direction: rtl; } @@ -489,11 +490,11 @@ height: 200px; /*must have*/ } /* - * jQuery UI Dialog 1.8.13 + * jQuery UI Dialog 1.8.16 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * @@ -625,11 +626,11 @@ position: absolute; writing-mode: tb-rl; } /* - * jQuery UI Progressbar 1.8.13 + * jQuery UI Progressbar 1.8.16 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * @@ -643,11 +644,11 @@ margin: -1px; height: 100%; } /* - * jQuery UI Resizable 1.8.13 + * jQuery UI Resizable 1.8.16 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * @@ -658,15 +659,11 @@ .ui-resizable-handle { position: absolute; font-size: 0.1px; z-index: 99999; - display: block; - /* http://bugs.jqueryui.com/ticket/7233 - - Resizable: resizable handles fail to work in IE if transparent and content overlaps - */ - background-image: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=); } + display: block; } .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; } .ui-resizable-n { @@ -725,11 +722,11 @@ right: -5px; top: -5px; } /* - * jQuery UI Selectable 1.8.13 + * jQuery UI Selectable 1.8.16 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * @@ -760,18 +757,25 @@ top: 50%; } .ui-selectmenu-menu { padding: 0; margin: 0; - list-style: none; position: absolute; top: 0; display: none; - overflow: auto; z-index: 1005; } /* z-index: 1005 to make selectmenu work with dialog */ +.ui-selectmenu-menu ul { + padding: 0; + margin: 0; + list-style: none; + position: relative; + overflow: auto; + overflow-y: auto; + overflow-x: hidden; } + .ui-selectmenu-open { display: block; } .ui-selectmenu-menu-popup { margin-top: -1px; } @@ -793,11 +797,11 @@ display: block; padding: .405em 1em; outline: none; text-decoration: none; } -.ui-selectmenu-menu li.ui-state-disabled a { +.ui-selectmenu-menu li.ui-state-disabled a, .ui-state-disabled { cursor: default; } .ui-selectmenu-menu li.ui-selectmenu-hasIcon a, .ui-selectmenu-hasIcon .ui-selectmenu-status { padding-left: 20px; @@ -850,13 +854,17 @@ width: 100%; } * html .ui-selectmenu-menu li a { position: relative; } +/* IE7 workaround (opacity disabled) */ +*+html .ui-state-disabled, *+html .ui-state-disabled a { + color: silver; } + /* - * jQuery UI Slider 1.8.13 + * jQuery UI Slider 1.8.16 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * @@ -917,11 +925,11 @@ .ui-slider-vertical .ui-slider-range-max { top: 0; } /* - * jQuery UI Tabs 1.8.13 + * jQuery UI Tabs 1.8.16 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * @@ -972,11 +980,11 @@ .ui-tabs .ui-tabs-hide { display: none !important; } /* -* jQuery UI CSS Framework 1.8.13 +* jQuery UI CSS Framework 1.8.16 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * @@ -1640,67 +1648,34 @@ /* Misc visuals ----------------------------------*/ /* Corner radius */ -.ui-corner-tl { +.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: $ui_cornerRadius; -webkit-border-top-left-radius: $ui_cornerRadius; + -khtml-border-top-left-radius: $ui_cornerRadius; border-top-left-radius: $ui_cornerRadius; } -.ui-corner-tr { +.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: $ui_cornerRadius; -webkit-border-top-right-radius: $ui_cornerRadius; + -khtml-border-top-right-radius: $ui_cornerRadius; border-top-right-radius: $ui_cornerRadius; } -.ui-corner-bl { +.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: $ui_cornerRadius; -webkit-border-bottom-left-radius: $ui_cornerRadius; + -khtml-border-bottom-left-radius: $ui_cornerRadius; border-bottom-left-radius: $ui_cornerRadius; } -.ui-corner-br { +.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: $ui_cornerRadius; -webkit-border-bottom-right-radius: $ui_cornerRadius; + -khtml-border-bottom-right-radius: $ui_cornerRadius; border-bottom-right-radius: $ui_cornerRadius; } -.ui-corner-top { - -moz-border-radius-topleft: $ui_cornerRadius; - -webkit-border-top-left-radius: $ui_cornerRadius; - border-top-left-radius: $ui_cornerRadius; - -moz-border-radius-topright: $ui_cornerRadius; - -webkit-border-top-right-radius: $ui_cornerRadius; - border-top-right-radius: $ui_cornerRadius; } - -.ui-corner-bottom { - -moz-border-radius-bottomleft: $ui_cornerRadius; - -webkit-border-bottom-left-radius: $ui_cornerRadius; - border-bottom-left-radius: $ui_cornerRadius; - -moz-border-radius-bottomright: $ui_cornerRadius; - -webkit-border-bottom-right-radius: $ui_cornerRadius; - border-bottom-right-radius: $ui_cornerRadius; } - -.ui-corner-right { - -moz-border-radius-topright: $ui_cornerRadius; - -webkit-border-top-right-radius: $ui_cornerRadius; - border-top-right-radius: $ui_cornerRadius; - -moz-border-radius-bottomright: $ui_cornerRadius; - -webkit-border-bottom-right-radius: $ui_cornerRadius; - border-bottom-right-radius: $ui_cornerRadius; } - -.ui-corner-left { - -moz-border-radius-topleft: $ui_cornerRadius; - -webkit-border-top-left-radius: $ui_cornerRadius; - border-top-left-radius: $ui_cornerRadius; - -moz-border-radius-bottomleft: $ui_cornerRadius; - -webkit-border-bottom-left-radius: $ui_cornerRadius; - border-bottom-left-radius: $ui_cornerRadius; } - -.ui-corner-all { - -moz-border-radius: $ui_cornerRadius; - -webkit-border-radius: $ui_cornerRadius; - border-radius: $ui_cornerRadius; } - /* Overlays */ .ui-widget-overlay { background: $ui_bgColorOverlay $ui_bgImgUrlOverlay $ui_bgOverlayXPos $ui_bgOverlayYPos $ui_bgOverlayRepeat; opacity: $ui_bgOverlayOpacity; filter: $ui_bgOverlayFilter; } @@ -1710,9 +1685,10 @@ padding: $ui_thicknessShadow; background: $ui_bgColorShadow $ui_bgImgUrlShadow $ui_bgShadowXPos $ui_bgShadowYPos $ui_bgShadowRepeat; opacity: $ui_bgShadowOpacity; filter: $ui_bgShadowFilter; -moz-border-radius: $ui_cornerRadiusShadow; + -khtml-border-radius: $ui_cornerRadiusShadow; -webkit-border-radius: $ui_cornerRadiusShadow; border-radius: $ui_cornerRadiusShadow; } /* Add .ui-widget-border*/