Michał Gołębiowski-Owczarek
bb49bd794b
All: Drop support for IE & some other browsers (but mostly IE)
...
Closes gh-2249
2024-05-15 00:38:40 +02:00
Michał Gołębiowski-Owczarek
4966aea381
Docs: Change a few most common domains from HTTP to HTTPS
...
Also, update a few stale URLs to what they redirect now to.
Closes gh-2244
2024-04-26 16:25:34 +02:00
Michał Gołębiowski-Owczarek
0df6e65830
All: Update JS Foundation mentions to OpenJS Foundation
...
Closes gh-2104
2022-07-19 09:36:55 +02:00
Michał Gołębiowski-Owczarek
0fe05e5223
Theme: Revert three theme commits that are causing styling issues ( #1983 )
...
* Revert "Theme: Removes css for ui-state-checked its not used any more"
This reverts commit 1b0e947f46
.
* Revert "Theme: Replace missing definition for default icons"
This reverts commit dde9b83df6
.
* Revert "Theme: Switch icon background to use bgColorContent"
This reverts commit 265b8f5e53
.
This reverts three commits:
* Theme: Removes css for ui-state-checked its not used any more 1b0e947f46
(https://github.com/jquery/jquery-ui/pull/1753 )
* Theme: Replace missing definition for default icons dde9b83df6
* Theme: Switch icon background to use bgColorContent 265b8f5e53
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
2021-09-26 00:03:44 +02:00
Michał Gołębiowski-Owczarek
87656cdf57
Theme: Fix blank icons having a background
...
A fix from 43254468de
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
2021-09-25 21:20:06 +02:00
Michał Gołębiowski-Owczarek
b15e45a451
Core: Resolve csslint issues with the IE filter property
...
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
2020-10-15 14:33:51 +02:00
Felix Nagel
43254468de
Theme: Don't load the image sprite for 'ui-icon-blank'
2020-08-11 23:36:29 +02:00
Scott González
c6e2b52d70
Slider: Use cursor: pointer
on handles
...
Fixes #9371
Closes gh-1800
2017-04-12 12:38:28 -04:00
Jo Liss
cc37fe76aa
Themes: Optimize PNG files with zopflipng
...
Closes gh-1772
2016-11-29 09:42:36 -05:00
Petri Partio
d85c68f6cd
Theme: Optimize images
...
Closes gh-1763
2016-11-02 12:54:57 -04:00
Alexander Schmitz
1b0e947f46
Theme: Removes css for ui-state-checked its not used any more
...
Also updates checkbox icon border color to go with background color
Ref jquery/download.jqueryui.com#335
Fixes #15059
Closes gh-1753
2016-10-04 11:29:17 -04:00
Alexander Schmitz
dde9b83df6
Theme: Replace missing definition for default icons
...
Fixes jquery/download.jqueryui.com#335
2016-10-04 11:29:17 -04:00
Alexander Schmitz
265b8f5e53
Theme: Switch icon background to use bgColorContent
...
It's more semanticly correct then fcActive and looks the same or better
on most themes
Fixes jquery/download.jqueryui.com#335
2016-10-04 11:29:17 -04:00
Alexander Schmitz
391d45ea6c
Theme: Fix icon default color when not within a button
...
Fixes jquery/jqueryui.com#159
Closes gh-1745
2016-09-14 07:56:53 -04:00
Alexander Schmitz
57537d09a4
Checkboxradio: Adjust rule order to avoid specificty issues with other icons
...
Fixes #15003
Closes gh-1725
2016-07-27 10:16:04 -04:00
Alexander Schmitz
abc2a755f9
Checkboxradio: Use new ui-state-checked
class in checkboxradio
...
Using `ui-state-highlight` caused a conflict with dialog
Fixes #14955
Closes gh-1712
Closes gh-1704
2016-06-06 11:34:52 -04:00
Peter Dave Hello
b7d0c701c7
All: Optimize png images losslessly using zopflipng
...
Closes gh-1710
2016-06-06 11:26:06 -04:00
Alexander Schmitz
bff8277fbc
Selectmenu: Prepend icon and move overflow to text span
...
Fixes #14938
Closes gh-1685
2016-03-30 11:53:28 -04:00
Matt Brundage
c41b880966
Menu: Style cleanup
...
Space savings and consistency with other rules in how we specify no
outline (namely, .ui-helper-reset and .ui-dialog ).
Closes gh-1684
2016-03-23 12:26:12 -04:00
Alexander Schmitz
20466d5027
Selectmenu: Fixed selectmenu icon float right
...
Also removes the icon space as its not needed with a floated icon
Fixes #14914
Closes gh-1671
2016-02-24 11:29:44 -05:00
Scott González
712e9ad744
Theme: Fix position of some icons
...
Closes gh-1636
2015-10-29 11:27:15 -04:00
Scott González
3e9e9d58ec
Controlgroup: Simplify CSS overrides for spinner
...
Closes gh-1633
2015-10-28 13:00:37 -04:00
Scott González
4e13860067
Spinner: Adjust styles for new button CSS
...
Closes gh-1629
2015-10-27 09:52:00 -04:00
Jörn Zaefferer
bb56dd59e8
Theme: Fix ThemeRoller variable for ui-icon-background, again
2015-10-25 17:34:34 -04:00
Jörn Zaefferer
f54d489df3
Theme: Fix ThemeRoller variable for ui-icon-background
2015-10-25 17:30:34 -04:00
Scott González
ac81e39237
Theme: Fix file permissions on images
2015-10-18 05:56:01 -04:00
Alexander Schmitz
19959ac674
Theme: address review comment for visual focus
2015-10-08 14:02:58 -04:00
Alexander Schmitz
c73ff7f2b8
Datepicker: address review comments
2015-10-08 14:02:58 -04:00
Alexander Schmitz
4acdfa14b2
Controlgroup: Address review comments
2015-10-08 14:02:57 -04:00
Alexander Schmitz
344ce3c87c
Checkboxradio: Address review comments
2015-10-08 14:02:57 -04:00
Alexander Schmitz
197061be56
Button: address review comments
2015-10-08 14:02:57 -04:00
Alexander Schmitz
d355a7a6db
Spinner: Use border-style: none instead of border: none
...
This makes it possible to restore the border. This is useful for controlgroup
labels and other custom styling.
2015-10-08 14:02:47 -04:00
Alexander Schmitz
ad65647544
Controlgroup: Fixup visual focus in controlgroups
2015-10-08 14:02:47 -04:00
Alexander Schmitz
50a7a3d6a9
Controlgroup: Fixes for spinner
2015-10-08 14:02:47 -04:00
Alexander Schmitz
3330634c4e
Controlgroup: fixup for spinner and label
2015-10-08 14:02:47 -04:00
Alexander Schmitz
6c1390dc0d
Controlgroup: Add controlgroup labels
2015-10-08 14:02:47 -04:00
Alexander Schmitz
77be50d7a6
Controlgroup: Add spinner to widgets controlgroup works with
2015-10-08 14:02:46 -04:00
Alexander Schmitz
a45b414cfc
Checkboxradio: Add inset shadow to iconbackground to make it stand out
2015-10-08 14:02:35 -04:00
Alexander Schmitz
9f7f0a4279
Selectmenu: update to use button css
...
This ensures consistency between different form elements
2015-10-07 10:57:59 -04:00
Alexander Schmitz
40a9d1dfdb
Controlgroup: Inital commit of new widget
...
This widget replaces the buttonset widget
2015-10-07 10:57:59 -04:00
Alexander Schmitz
6e2bbcaa5e
Theme: Add visual focus outline for checkbox and radio buttons
...
This adds a focus outline matching that roughly from chrome osx
2015-10-07 10:57:59 -04:00
Alexander Schmitz
25d0c85718
Checkboxradio: Initial commit of new widget
2015-10-07 10:57:59 -04:00
Alexander Schmitz
02033262ee
Button: Initial commit of button re-factor
...
Move to using element stats rather then js class states remove
ui-button-text spans.
Removed button set
2015-10-07 10:57:59 -04:00
Scott González
1f6ea8b78a
Button: Remove padding on text element for icon only buttons
...
Fixes #14056
2015-08-20 14:45:31 -04:00
Alexander Schmitz
caf6f2dc84
Spinner: Add padding to input to give consistent visual style
...
Fixes #13997
Closes #1586
2015-08-14 10:42:07 -04:00
Alexander Schmitz
559dc05462
Theme: If make outer border consistent among widgets
...
Make sure all widgets use the default border color
Ref #13997
Ref #1586
2015-08-14 10:40:02 -04:00
Scott González
af4c35df9d
Selectmenu: Support width: false
and default to 14em
...
`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
2015-03-05 11:42:49 -05:00
Jörn Zaefferer
d58051ba1a
Theme: Restore placeholders for overlay background image
...
These are still needed.
Ref gh-1436
Ref jquery/download.jqueryui.com#248
2015-02-12 10:36:31 +01:00
TJ VanToll
912eb62ccb
Dialog: Remove overflow: hidden and reposition resize handles
...
Fixes #10543
Closes gh-1439
2015-01-28 13:38:36 -05:00
Jasper de Groot
79c4fa1e7a
Theme: Improve default theme styling
...
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
2015-01-27 13:23:53 +01:00