aboutsummaryrefslogtreecommitdiffstats
path: root/themes
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge branch 'master' into selectmenuFelix Nagel2013-01-021-4/+4
|\|
| * Theme: Split opacityOverlay from opacityFilterOverlay on theme styles.Rafael Xavier de Souza2012-12-281-4/+4
| |
* | Merge branch 'master' into selectmenuFelix Nagel2012-12-152-5/+4
|\|
| * Dialog: Removed unnecessary style properties.Scott González2012-12-141-3/+2
| |
| * Progressbar: Moved .ui-progressbar-indeterminate to main element. Added ↵Scott González2012-12-121-2/+2
| | | | | | | | tests for markup structure.
* | Merge branch 'master' into selectmenuFelix Nagel2012-12-127-18/+21
|\|
| * Dialog: Remove unnecessary margin on title.Scott González2012-12-041-1/+1
| |
| * Dialog: Adjust southeast resize handle to not be visible and more closely ↵Scott González2012-12-031-4/+4
| | | | | | | | match other resize handles. Fixes #4575 - Dialog: Scrollbar is difficult to use with overflow content and resize handle.
| * Dialog: Restrict title to a single line. Fixes #7773 - Dialog: If titlebar ↵Jörn Zaefferer2012-12-031-0/+4
| | | | | | | | changes height during resize, button pane positioning changes.
| * Theme: removed or changed occurrences of zoom. Fixes #7975 - Remove invalid ↵Anika Henke2012-11-297-11/+7
| | | | | | | | | | | | CSS for legacy browsers Because of overlapping issues, this also reverts most of e77edc60 and fixes it in a different way.
| * Button: fixed inconsistent button styling in most browsers. Fixes #7996 - ↵Anika Henke2012-11-291-2/+5
| | | | | | | | Button: Inconsistent styling based on markup
* | Merge branch 'master' into selectmenuFelix Nagel2012-11-285-44/+11
|\|
| * Button: Strange space between buttons in IE 7. Fixed #5253 - Toolbar demo ↵Pawel Maruszczyk2012-11-282-1/+2
| | | | | | | | ugly in IE
| * Theme: removed obsolete vendor-specific prefixes. Fixed #8834 - Theme: ↵Anika Henke2012-11-274-33/+7
| | | | | | | | Remove unneeded vendor prefixing
| * Dialog: Use button widget for close button (was already listed as dependency)Jörn Zaefferer2012-11-261-10/+2
| |
* | Selectmenu: Reformatted CSS to use better coding standardFelix Nagel2012-11-231-8/+46
| |
* | Merge branch 'master' into selectmenuFelix Nagel2012-11-2315-186/+940
|\|
| * Slider: Explicitly apply opacity filter to disabled handles. Fixed #6727 - ↵TJ VanToll2012-11-221-0/+6
| | | | | | | | Slider: Visual issues with disabled slider in IE8
| * Progressbar: Add ability to set value: false for an indeterminate ↵kborchers2012-11-212-1/+10
| | | | | | | | progressbar. Fixes #7624 - Progressbar: Support value: false for indeterminate progressbar
| * CSS: remove spaces from opacity filters so themeRoller can replace properlyMike Sherov2012-11-201-2/+4
| |
| * CSS: Reformatted CSS to use better coding standardAnika Henke2012-11-1914-186/+923
| |
* | Selectmenu: updated copyright noticeFelix Nagel2012-11-121-3/+3
| |
* | Merge branch 'master' into selectmenuFelix Nagel2012-11-107-32/+16
|\|
| * CSS: Update .ui-helper-hidden-accessible to match H5BP's current ↵Scott González2012-11-091-1/+1
| | | | | | | | .visuallyhidden. Fixes #8793 - Dialog: Internal autocomplete causes scroll bars.
| * Dialog: Set top and left properties in the default styles to avoid a bug in ↵Scott González2012-11-061-1/+1
| | | | | | | | core. Fixes #8741 - Dialog: dialog with position:fixed goes offscreen when opening after scrolling down since v 1.9.0.
| * CSS Framework: Set out-of-view background-position for ui-icon. Fixes #5659 ↵Jörn Zaefferer2012-11-041-2/+2
| | | | | | | | - CSS Framework: Don't show icon when only ui-icon class is present.
| * Autocomplete: Set initial left position for menu. Fixes #8749 - Autocomplete ↵Scott González2012-10-301-1/+2
| | | | | | | | dropdown positioned incorrectly in IE.
| * Datepicker: Removed iframe cover for IE6.Scott González2012-10-261-11/+0
| |
| * Autocomplete: Removed CSS workaround for IE6.Scott González2012-10-261-3/+0
| |
| * Tooltip: Remoed IE6 CSS hack.Scott González2012-10-261-4/+0
| |
| * Dialog: Awesome new stacking and overlay implementation. Fixes the following ↵Nate Eagle2012-10-242-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tickets: Fixes #3534 - Dialog: Modal dialog disables all input elements on page. Fixes #4671 - Dialog: Modal Dialog disables vertical scroll bar in Chrome & Safari. Fixes #4995 - Dialog: Modal Dialog's overlay dissapears in IE when content is tall. Fixes #5388 - Dialog: Don't change z-index when already at the top. Fixes #5466 - Dialog: "modal" Dialog Incorrectly Cancels Input Events. Fixes #5762 - Dialog: Get rid of z-index workaround, document it instead. Fixes #6267 - Dialog: checkboxes that inherit a z-index < jqueryui.dialog z-index don't work. Fixes #7051 - Dialog: modal prevents tab key from moving focus off slider handle. Fixes #7107 - Dialog: Modal dialog event loss with high zindex child elements (FF 3.6). Fixes #7120 - Dialog: Modal operation interrupts drag drop marker functionality on gmaps. Fixes #8172 - Dialog: Change event cancelled when opening modal dialog from another modal dialog. Fixes #8583 - Dialog: Mouse event wrongly stopped. Fixes #8722 - Dialog: Remove stack option. Fixes #8729 - Dialog: Remove zIndex option.
| * Tooltip: Cleaned up CSS.Scott González2012-10-231-6/+4
| |
| * Tooltip: Position below the element and set a max width of 300px to more ↵Scott González2012-10-231-0/+1
| | | | | | | | closely match native tooltip behavior. Fixes #8718 - tooltip flickers when too long.
| * Spinner: Remove z-index from buttons. Whatever the original purpose, its not ↵Jörn Zaefferer2012-10-221-1/+1
| | | | | | | | needed anymore. Fixes #8655 - Spinner buttons displayed on top of Datepicker.
| * CSS: Apply opacity to absolutely positioned ui icons in IE8. Fixed #6059 - ↵TJ VanToll2012-10-211-0/+1
| | | | | | | | Button: Primary icon "enabled" when button is disabled.
| * Spinner: Remove ui-state- classes from spinner, along with the ↵Jörn Zaefferer2012-10-141-1/+0
| | | | | | | | background:none TR override. Fixes #8654 - Spinner background-color
* | Merge branch 'master' into selectmenuFelix Nagel2012-10-122-2/+6
|\|
| * Autocomplete: Set the top position of the menu so that the menu doesn't ↵Scott González2012-10-111-1/+5
| | | | | | | | affect layout. Fixes #8656 - Initial position of autocomplete is incorrect.
| * Whitespace.Scott González2012-10-111-1/+1
| |
| * Theme: Apply color to default link style in ui-state-hover. Fixes #7648 - ↵Scott González2012-10-111-1/+1
| | | | | | | | Accordion Collapsed Color Issue.
* | Merge branch 'master' into selectmenuFelix Nagel2012-10-031-1/+0
|\|
| * Theme: Don't remove outlines on active elements. Fixes #6757 - .ui-widget ↵Scott González2012-09-261-1/+0
| | | | | | | | :active { outline: none; } causes slowness in FF.
* | Merge branch 'master' into selectmenuFelix Nagel2012-08-1117-17/+17
|\|
| * Simplify licensing.Scott González2012-08-0917-17/+17
| |
* | Merge branch 'master' into selectmenuFelix Nagel2012-07-1217-21/+37
|\|
| * Update copyright to jQuery Foundation.Scott González2012-07-0417-17/+34
| |
| * Datepicker: Remove styles specifically for IE5.Scott González2012-06-271-2/+0
| |
| * Theme: Remove !important from tabs and button styles. Fixes #8396 - Use of ↵Scott González2012-06-132-2/+3
| | | | | | | | !important in jquery-ui.css should be avoided.
| * Revert "Autocomplete: make categories work again, needed because of Menu ↵Scott González2012-05-241-2/+0
| | | | | | | | | | | | widget changes (ui-menu-divider), see revision: 44ef35eb6f8aa33c2a2a9e4145e79df74d190d5c" This reverts commit 07d8d5cbb1e20521f2ec55145ce45d08d8ee5a1f.
| * Revert "Autocomplete: make categories work again (follow-up)"Scott González2012-05-241-0/+2
| | | | | | | | This reverts commit db9a015485f0a5dbbb12b22720dbb2111cda2dd8.