aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base/theme.css
Commit message (Collapse)AuthorAgeFilesLines
* All: Drop support for IE & some other browsers (but mostly IE)Michał Gołębiowski-Owczarek2024-05-151-7/+0
| | | | Closes gh-2249
* Docs: Change a few most common domains from HTTP to HTTPSMichał Gołębiowski-Owczarek2024-04-261-4/+4
| | | | | 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-191-1/+1
| | | 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-151-4/+4
| | | | | | | | | | | 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
|
* 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
* Theme: Fix position of some iconsScott González2015-10-291-4/+4
| | | | Closes gh-1636
* 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: address review comment for visual focusAlexander Schmitz2015-10-081-1/+0
|
* 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-071-3/+9
|
* Button: Initial commit of button re-factorAlexander Schmitz2015-10-071-8/+25
| | | | | | Move to using element stats rather then js class states remove ui-button-text spans. Removed button set
* 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
* 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
* Theme: Improve default theme stylingJasper de Groot2015-01-271-49/+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
* Build: Remove dates from copyright noticeAnne-Gaelle Colom2015-01-021-1/+1
| | | | Closes gh-1403
* Theme: Carat should be named caretLisa Seacat DeLuca2014-11-031-10/+10
| | | | | Fixes #10683 Closes gh-1382
* Theme: Change default widget font-size to 1emTJ VanToll2014-10-241-1/+1
| | | | | Fixes #10131 Closes gh-1374
* Theme: Add support comments for filter propertiesScott González2014-07-091-5/+5
|
* All: Updating copyright year to 2014TJ VanToll2014-01-281-1/+1
|
* All: Quote CSS url() valuesScott González2014-01-241-16/+16
| | | | Closes gh-1172
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-0/+410
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029