aboutsummaryrefslogtreecommitdiffstats
path: root/themes
Commit message (Collapse)AuthorAgeFilesLines
* Slider: Use `cursor: pointer` on handlesScott González2017-04-121-1/+1
| | | | | Fixes #9371 Closes gh-1800
* Themes: Optimize PNG files with zopflipngJo Liss2016-11-296-0/+0
| | | | Closes gh-1772
* Theme: Optimize imagesPetri Partio2016-11-026-0/+0
| | | | Closes gh-1763
* Theme: Removes css for ui-state-checked its not used any moreAlexander Schmitz2016-10-041-7/+2
| | | | | | | Also updates checkbox icon border color to go with background color Ref jquery/download.jqueryui.com#335 Fixes #15059 Closes gh-1753
* Theme: Replace missing definition for default iconsAlexander Schmitz2016-10-041-1/+2
| | | | Fixes jquery/download.jqueryui.com#335
* Theme: Switch icon background to use bgColorContentAlexander Schmitz2016-10-041-1/+1
| | | | | | | It's more semanticly correct then fcActive and looks the same or better on most themes Fixes jquery/download.jqueryui.com#335
* Theme: Fix icon default color when not within a buttonAlexander Schmitz2016-09-141-2/+1
| | | | | Fixes jquery/jqueryui.com#159 Closes gh-1745
* Checkboxradio: Adjust rule order to avoid specificty issues with other iconsAlexander Schmitz2016-07-271-3/+3
| | | | | Fixes #15003 Closes gh-1725
* Checkboxradio: Use new `ui-state-checked` class in checkboxradioAlexander Schmitz2016-06-061-0/+4
| | | | | | | | Using `ui-state-highlight` caused a conflict with dialog Fixes #14955 Closes gh-1712 Closes gh-1704
* All: Optimize png images losslessly using zopflipngPeter Dave Hello2016-06-067-0/+0
| | | | Closes gh-1710
* Selectmenu: Prepend icon and move overflow to text spanAlexander Schmitz2016-03-301-2/+6
| | | | | Fixes #14938 Closes gh-1685
* Menu: Style cleanupMatt Brundage2016-03-231-1/+1
| | | | | | | Space savings and consistency with other rules in how we specify no outline (namely, .ui-helper-reset and .ui-dialog ). Closes gh-1684
* Selectmenu: Fixed selectmenu icon float rightAlexander Schmitz2016-02-241-0/+4
| | | | | | | Also removes the icon space as its not needed with a floated icon Fixes #14914 Closes gh-1671
* Theme: Fix position of some iconsScott González2015-10-292-10/+4
| | | | Closes gh-1636
* Controlgroup: Simplify CSS overrides for spinnerScott González2015-10-281-7/+2
| | | | Closes gh-1633
* Spinner: Adjust styles for new button CSSScott González2015-10-271-9/+2
| | | | Closes gh-1629
* Theme: Fix ThemeRoller variable for ui-icon-background, againJörn Zaefferer2015-10-251-1/+1
|
* Theme: Fix ThemeRoller variable for ui-icon-backgroundJörn Zaefferer2015-10-251-1/+1
|
* Theme: Fix file permissions on imagesScott González2015-10-186-0/+0
|
* Theme: address review comment for visual focusAlexander Schmitz2015-10-081-1/+0
|
* Datepicker: address review commentsAlexander Schmitz2015-10-081-1/+0
|
* Controlgroup: Address review commentsAlexander Schmitz2015-10-081-2/+2
|
* Checkboxradio: Address review commentsAlexander Schmitz2015-10-081-1/+1
|
* Button: address review commentsAlexander Schmitz2015-10-081-1/+1
|
* Spinner: Use border-style: none instead of border: noneAlexander Schmitz2015-10-081-3/+3
| | | | | This makes it possible to restore the border. This is useful for controlgroup labels and other custom styling.
* Controlgroup: Fixup visual focus in controlgroupsAlexander Schmitz2015-10-081-1/+2
|
* Controlgroup: Fixes for spinnerAlexander Schmitz2015-10-081-2/+24
|
* Controlgroup: fixup for spinner and labelAlexander Schmitz2015-10-081-2/+4
|
* Controlgroup: Add controlgroup labelsAlexander Schmitz2015-10-081-8/+17
|
* Controlgroup: Add spinner to widgets controlgroup works withAlexander Schmitz2015-10-082-1/+10
|
* Checkboxradio: Add inset shadow to iconbackground to make it stand outAlexander Schmitz2015-10-081-0/+1
|
* Selectmenu: update to use button cssAlexander Schmitz2015-10-071-19/+2
| | | | This ensures consistency between different form elements
* Controlgroup: Inital commit of new widgetAlexander Schmitz2015-10-073-0/+48
| | | | This widget replaces the buttonset widget
* Theme: Add visual focus outline for checkbox and radio buttonsAlexander Schmitz2015-10-071-1/+10
| | | | This adds a focus outline matching that roughly from chrome osx
* Checkboxradio: Initial commit of new widgetAlexander Schmitz2015-10-073-3/+43
|
* Button: Initial commit of button re-factorAlexander Schmitz2015-10-075-95/+65
| | | | | | Move to using element stats rather then js class states remove ui-button-text spans. Removed button set
* Button: Remove padding on text element for icon only buttonsScott González2015-08-201-1/+1
| | | | Fixes #14056
* Spinner: Add padding to input to give consistent visual styleAlexander Schmitz2015-08-141-1/+1
| | | | | Fixes #13997 Closes #1586
* Theme: If make outer border consistent among widgetsAlexander Schmitz2015-08-141-0/+3
| | | | | | | Make sure all widgets use the default border color Ref #13997 Ref #1586
* Selectmenu: Support `width: false` and default to 14emScott González2015-03-051-0/+1
| | | | | | | | | | `width: null` still matches the width of the original element. `width: false` prevents an inline style from being set for the width. This makes it easy to set the width via a stylesheet and allows the use of any unit for setting the width, such as the new default of `14em`. Fixes #11198 Closes gh-1467
* Theme: Restore placeholders for overlay background imageJörn Zaefferer2015-02-121-1/+1
| | | | | | | These are still needed. Ref gh-1436 Ref jquery/download.jqueryui.com#248
* 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