aboutsummaryrefslogtreecommitdiffstats
path: root/themes
Commit message (Collapse)AuthorAgeFilesLines
* Docs: Change a few most common domains from HTTP to HTTPSMichał Gołębiowski-Owczarek2024-04-2622-63/+63
| | | | | Also, update a few stale URLs to what they redirect now to. Closes gh-2244
* All: Update JS Foundation mentions to OpenJS FoundationMichał Gołębiowski-Owczarek2022-07-1922-22/+22
| | | Closes gh-2104
* Theme: Revert three theme commits that are causing styling issues (#1983)Michał Gołębiowski-Owczarek2021-09-261-5/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Revert "Theme: Removes css for ui-state-checked its not used any more" This reverts commit 1b0e947f46bc1261b15816f2dcbd239d83a86335. * Revert "Theme: Replace missing definition for default icons" This reverts commit dde9b83df61d1d676e66cb2a2f7970dd44a05137. * Revert "Theme: Switch icon background to use bgColorContent" This reverts commit 265b8f5e533923b9b4c9cbd9f1dd7b7785423381. This reverts three commits: * Theme: Removes css for ui-state-checked its not used any more https://github.com/jquery/jquery-ui/commit/1b0e947f46bc1261b15816f2dcbd239d83a86335 (https://github.com/jquery/jquery-ui/pull/1753) * Theme: Replace missing definition for default icons https://github.com/jquery/jquery-ui/commit/dde9b83df61d1d676e66cb2a2f7970dd44a05137 * Theme: Switch icon background to use bgColorContent https://github.com/jquery/jquery-ui/commit/265b8f5e533923b9b4c9cbd9f1dd7b7785423381 which caused styling issues when compared to UI 1.12.1. This unfixes a few issues: * https://github.com/jquery/download.jqueryui.com/issues/335 * https://bugs.jqueryui.com/ticket/15059 * https://forum.jquery.com/topic/checkboxradio-widget-checkbox-click-doesn-t-work-with-ui-lightness-theme-22-9-2016 However, old & known issues are better than new & unknown ones, especially with our current very limited resources. Closes gh-1983
* Theme: Fix blank icons having a backgroundMichał Gołębiowski-Owczarek2021-09-251-1/+4
| | | | | | | | | | | | A fix from 43254468de7d69b5422e667ba7ebbe864fc34a63 introduced a rule setting `background-image` of a blank icon to none. However, the selector used for that rule had lower specificity than another one: `.ui-button .ui-icon` which caused dashes being shown over the icons. We needed to increase the specificity of the `.ui-icon-blank` rule past the above selector and past `.ui-button:hover .ui-icon`. We're doing it by repeating the class name three times. Closes gh-1987
* Core: Resolve csslint issues with the IE filter propertyMichał Gołębiowski-Owczarek2020-10-153-6/+6
| | | | | | | | | | | IE filter property violates standard CSS parsing rules. Because of that, IE 8 added `-ms-filter` which accepts the same values but quoted: https://web.archive.org/web/20101112132308/http://blogs.msdn.com/b/ie/archive/2008/09/08/microsoft-css-vendor-extensions.aspx Both `filter` & `-ms-filter` serialize to the same `filter` property in `currentStyle`. This commit switches to that new property to resolve csslint issues. Closes gh-1939
* Theme: Don't load the image sprite for 'ui-icon-blank'Felix Nagel2020-08-111-1/+1
|
* 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