aboutsummaryrefslogtreecommitdiffstats
path: root/themes
Commit message (Collapse)AuthorAgeFilesLines
...
* | Calendar: Adjust styles to match theme changesFelix Nagel2015-02-261-2/+3
| | | | | | | | Ref gh-1432
* | Calendar: Clean up styles, add commentsFelix Nagel2015-02-261-37/+6
| | | | | | | | Ref gh-1432
* | Calendar: Use button instead of link elements for day itemsFelix Nagel2015-02-261-3/+10
| | | | | | | | Ref gh-1432
* | Datepicker: Several minor code improvementsFelix Nagel2015-01-291-0/+1
| | | | | | | | | | Several minor code improvements and make suppressExpandOnFocus an internal variable, remove partial button widget usage in header
* | Calendar: Fix multiple calendar stylesFelix Nagel2015-01-292-5/+8
| |
* | Calendar: Add calendar widgetFelix Nagel2015-01-293-168/+181
| | | | | | | | | | | | | | | | | | | | | | Add calendar widget by copying and renaming datepicker widget files. Remove datepicker functionality, options and methods from Calendar. Remove calendar functionality, options and methods from Datepicker. Adjust tests due to split and changed specification. Remove duplicated demo files and fix some demos. Simplify calendar generation, use CSS instead of inline styles. Fix destroy method. Make use of uniqueId method. Fix focus highlighting when month is changed. Add version property. Add common unit tests. Fix input keyboard handling.
* | Datepicker: Initial commit of widget rewrite work from old branchTJ VanToll2015-01-291-4/+9
|/ | | | History is on the datepicker-dead branch.
* Dialog: Remove overflow: hidden and reposition resize handlesTJ VanToll2015-01-281-6/+37
| | | | | Fixes #10543 Closes gh-1439
* Theme: Improve default theme stylingJasper de Groot2015-01-2720-51/+45
| | | | | | | | | | | | | | | | | | Changes tooltip to use the ui-widget-shadow class, which now applies the box-shadow style. .ui-widget-shadow was created when box-shadow wasn't available. By now, there's no point in faking a custom shadow anymore. This removes the only non-structural CSS from a widget-specific file. Updates demos to use the same font-family, removes unused images. Will be available as the new default theme on ThemeRoller called "Base", while "UI Smoothness" and "UI Lightness" will still be available in the gallery. Fixes #10617 Fixes #10880 Closes gh-1436 Ref jquery/download.jqueryui.com#248
* Theme: Disabled elements can still be focused with a clickAlexander Schmitz2015-01-161-0/+1
| | | | | | | | | pointer-events: none; fixes this in chrome, safari, and firefox. IE and opera both show no focus styles on click, so lack of pointer-events support in old ie is not a problem. Fixes #10573 Closes gh-1330
* Build: Remove dates from copyright noticeAnne-Gaelle Colom2015-01-0220-20/+20
| | | | Closes gh-1403
* Selectmenu: Restore hidden overflow on menu itemsScott González2014-11-031-0/+1
|
* Theme: Carat should be named caretLisa Seacat DeLuca2014-11-031-10/+10
| | | | | Fixes #10683 Closes gh-1382
* Menu: Wrap menu items in a <div>TJ VanToll2014-10-251-3/+5
| | | | | | | This avoids styling issues where ui-state-focus rules apply to submenus. Fixes #10162 Closes gh-1342
* Theme: Change default widget font-size to 1emTJ VanToll2014-10-241-1/+1
| | | | | Fixes #10131 Closes gh-1374
* All: Drop support for IE7Scott González2014-10-214-7/+0
| | | | | Fixes #9838 Closes gh-1365
* Datepicker: Show year/month on the same lineJacques Perrault2014-07-161-1/+1
| | | | | Fixes #7953 Closes gh-1277
* Theme: Add support comments for filter propertiesScott González2014-07-094-8/+8
|
* Progressbar: replace image reference in base CSS with data URIUsman Akeju2014-07-082-1/+1
| | | | | | | | | The CSS for the Progressbar widget contained a reference to "images/animated-overlay.gif", which is not included in custom jQuery UI builds with "no theme" selected. This replaces the reference with a data URI. Fixes #10134 Closes gh-1276
* Menu: Vertically center icons. Fix menu item wiggle and clearing in IE8Trisha Crowley2014-05-131-7/+7
| | | | | Fixes #9995 Closes gh-1235
* All: Updating copyright year to 2014TJ VanToll2014-01-2820-20/+20
|
* All: Quote CSS url() valuesScott González2014-01-242-17/+17
| | | | Closes gh-1172
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-2421-30/+30
| | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029
* Slider & Interactions: Add Windows 8 touch supportTJ VanToll2014-01-156-0/+34
| | | | | | Fixes #9709 Fixes #9710 Closes gh-1152
* Dialog: Apply `overflow: hidden` to contain the resize handlesScott González2014-01-151-0/+1
| | | | | Fixes #9521 Closes gh-1092
* Selectmenu: adjust to menu item style changesFelix Nagel2013-11-131-3/+1
|
* Merge branch 'master' into selectmenuFelix Nagel2013-11-131-17/+6
|\
| * Menu: Set cursor:pointer for menu items. Fixes the regression from removal ↵Jörn Zaefferer2013-11-131-0/+1
| | | | | | | | of anchors, which caused a text cursor to appear on non-disabled items.
| * Menu: Simplify styling. Remove rounded corners, reduce spacing.Scott González2013-11-131-17/+5
| |
* | Selectmenu: Whitespace.Scott González2013-10-231-3/+3
| |
* | Selectmenu: Remove links in menu itemsFelix Nagel2013-10-101-1/+1
| |
* | Merge branch 'master' into selectmenuFelix Nagel2013-10-102-14/+9
|\|
| * Menu: Remove the requirement to use anchors in menu itemsKris Borchers2013-10-051-13/+8
| |
| * Dialog: Changed the width of the close button. Fixed #9133 - Dialog: ↵Jasper de Groot2013-09-301-1/+1
| | | | | | | | Resizing causes close icon to misalign in Firefox.
* | Selectmenu: show only one line of text maximumFelix Nagel2013-09-291-0/+3
| |
* | Merge branch 'master' into selectmenuKris Borchers2013-08-111-1/+5
|\|
| * CSS Framework: Display child links within .ui-state-hover and ↵TJ VanToll2013-08-071-1/+5
| | | | | | | | .ui-state-focus widgets the same. Fixes #9428 - CSS Framework: Title color not reset in a focused accordion tab
* | Merge branch 'master' into selectmenuFelix Nagel2013-07-261-1/+2
|\|
| * Accordion: Avoid resetting outline on headers. Fixes #9352: Accordion - ↵TJ VanToll2013-07-201-1/+2
| | | | | | | | Active header has no focus indicator
* | Selectmenu: CSS Framework: Update API links from the old docs site to their ↵Felix Nagel2013-06-241-1/+1
| | | | | | | | new API site location.
* | Merge branch 'master' into selectmenuFelix Nagel2013-06-2417-18/+16
|\|
| * CSS Framework: Update API links from the old docs site to their new API site ↵TJ VanToll2013-06-0517-18/+16
| | | | | | | | location.
* | Merge branch 'master' into selectmenuJörn Zaefferer2013-06-053-11/+7
|\|
| * Tabs: Use .ui-tabs-anchor in stylesheet.Scott González2013-06-041-6/+5
| |
| * Datepicker: Removing unused ui-datepicker-month-year class name.TJ VanToll2013-06-031-3/+0
| |
| * Spinner: Trivial spelling / grammatical fixes in CSS comments.TJ VanToll2013-06-021-2/+2
| |
* | Merge branch 'master' into selectmenuFelix Nagel2013-05-301-3/+0
|\|
| * Accordion: Removing unused ui-accordion-noicons class.TJ VanToll2013-05-271-3/+0
| | | | | | | | (cherry picked from commit e8c4d21bf495719c7746134e08cd32097c8bf980)
* | Selectmenu: recheck CSS overflow IE hack and add commentFelix Nagel2013-05-161-1/+1
| |
* | Merge branch 'master' into selectmenuFelix Nagel2013-04-291-0/+2
|\|