| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Also, update a few stale URLs to what they redirect now to.
Closes gh-2244
|
|
|
| |
Closes gh-2104
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
Fixes #9371
Closes gh-1800
|
|
|
|
| |
Closes gh-1772
|
|
|
|
| |
Closes gh-1763
|
|
|
|
|
|
|
| |
Also updates checkbox icon border color to go with background color
Ref jquery/download.jqueryui.com#335
Fixes #15059
Closes gh-1753
|
|
|
|
| |
Fixes jquery/download.jqueryui.com#335
|
|
|
|
|
|
|
| |
It's more semanticly correct then fcActive and looks the same or better
on most themes
Fixes jquery/download.jqueryui.com#335
|
|
|
|
|
| |
Fixes jquery/jqueryui.com#159
Closes gh-1745
|
|
|
|
|
| |
Fixes #15003
Closes gh-1725
|
|
|
|
|
|
|
|
| |
Using `ui-state-highlight` caused a conflict with dialog
Fixes #14955
Closes gh-1712
Closes gh-1704
|
|
|
|
| |
Closes gh-1710
|
|
|
|
|
| |
Fixes #14938
Closes gh-1685
|
|
|
|
|
|
|
| |
Space savings and consistency with other rules in how we specify no
outline (namely, .ui-helper-reset and .ui-dialog ).
Closes gh-1684
|
|
|
|
|
|
|
| |
Also removes the icon space as its not needed with a floated icon
Fixes #14914
Closes gh-1671
|
|
|
|
| |
Closes gh-1636
|
|
|
|
| |
Closes gh-1633
|
|
|
|
| |
Closes gh-1629
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This makes it possible to restore the border. This is useful for controlgroup
labels and other custom styling.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This ensures consistency between different form elements
|
|
|
|
| |
This widget replaces the buttonset widget
|
|
|
|
| |
This adds a focus outline matching that roughly from chrome osx
|
| |
|
|
|
|
|
|
| |
Move to using element stats rather then js class states remove
ui-button-text spans.
Removed button set
|
|
|
|
| |
Fixes #14056
|
|
|
|
|
| |
Fixes #13997
Closes #1586
|
|
|
|
|
|
|
| |
Make sure all widgets use the default border color
Ref #13997
Ref #1586
|
|
|
|
|
|
|
|
|
|
| |
`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
|
|
|
|
|
|
|
| |
These are still needed.
Ref gh-1436
Ref jquery/download.jqueryui.com#248
|
|
|
|
|
| |
Fixes #10543
Closes gh-1439
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|