Commit Graph

382 Commits

Author SHA1 Message Date
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
Alexander Schmitz
7137c90b18 Theme: Disabled elements can still be focused with a click
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
2015-01-16 08:56:22 -05:00
Anne-Gaelle Colom
c89cb74893 Build: Remove dates from copyright notice
Closes gh-1403
2015-01-02 09:02:12 -05:00
Scott González
e6484470f0 Selectmenu: Restore hidden overflow on menu items 2014-11-03 19:41:30 -05:00
Lisa Seacat DeLuca
2500bb39c2 Theme: Carat should be named caret
Fixes #10683
Closes gh-1382
2014-11-03 13:40:58 -05:00
TJ VanToll
de2ef2a585 Menu: Wrap menu items in a <div>
This avoids styling issues where ui-state-focus rules apply to submenus.

Fixes #10162
Closes gh-1342
2014-10-25 10:10:30 -07:00
TJ VanToll
3002d460de Theme: Change default widget font-size to 1em
Fixes #10131
Closes gh-1374
2014-10-24 07:23:31 -07:00
Scott González
6d7589351e All: Drop support for IE7
Fixes #9838
Closes gh-1365
2014-10-21 09:06:58 -04:00
Jacques Perrault
98583a6563 Datepicker: Show year/month on the same line
Fixes #7953
Closes gh-1277
2014-07-16 15:55:09 -04:00
Scott González
1b4f61509a Theme: Add support comments for filter properties 2014-07-09 09:05:06 -04:00
Usman Akeju
e91f38ef1e Progressbar: replace image reference in base CSS with data URI
The CSS for the Progressbar widget contained a reference to
"images/animated-overlay.gif", which is not included in custom jQuery UI
builds with "no theme" selected. This replaces the reference with a data URI.

Fixes #10134
Closes gh-1276
2014-07-08 09:14:39 -04:00
Trisha Crowley
b0e8380f02 Menu: Vertically center icons. Fix menu item wiggle and clearing in IE8
Fixes #9995
Closes gh-1235
2014-05-13 11:19:12 +02:00
TJ VanToll
83b3d67175 All: Updating copyright year to 2014 2014-01-28 22:25:02 -05:00
Scott González
fa23894dff All: Quote CSS url() values
Closes gh-1172
2014-01-24 16:53:57 -05:00
Rafael Xavier de Souza
21154cfa2e All: Rename all files, removing the "jquery.ui." prefix;
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271;

Fixes #9464
Closes gh-1029
2014-01-24 18:22:49 -02:00
TJ VanToll
28310ff55f Slider & Interactions: Add Windows 8 touch support
Fixes #9709
Fixes #9710
Closes gh-1152
2014-01-15 15:38:10 -05:00
Scott González
7741c9f678 Dialog: Apply overflow: hidden to contain the resize handles
Fixes #9521
Closes gh-1092
2014-01-15 04:22:08 -05:00
Felix Nagel
0be76bbcfd Selectmenu: adjust to menu item style changes 2013-11-13 21:05:20 +01:00
Felix Nagel
ab2219b6ac Merge branch 'master' into selectmenu 2013-11-13 19:45:56 +01:00
Jörn Zaefferer
8c3ee80204 Menu: Set cursor:pointer for menu items. Fixes the regression from removal of anchors, which caused a text cursor to appear on non-disabled items. 2013-11-13 18:41:47 +01:00
Scott González
9910e938aa Menu: Simplify styling. Remove rounded corners, reduce spacing. 2013-11-13 18:41:47 +01:00
Scott González
8019a0ce0b Selectmenu: Whitespace. 2013-10-23 10:12:40 -04:00
Felix Nagel
7af3dab075 Selectmenu: Remove links in menu items 2013-10-10 01:01:41 +02:00
Felix Nagel
e26e0df3af Merge branch 'master' into selectmenu 2013-10-10 00:08:49 +02:00
Kris Borchers
3a61627a50 Menu: Remove the requirement to use anchors in menu items 2013-10-05 21:52:30 -05:00
Jasper de Groot
ec3cf6725a Dialog: Changed the width of the close button. Fixed #9133 - Dialog: Resizing causes close icon to misalign in Firefox. 2013-09-30 15:35:04 -04:00
Felix Nagel
3cd58fc86e Selectmenu: show only one line of text maximum 2013-09-29 15:33:49 +02:00
Kris Borchers
ec61e54e6f Merge branch 'master' into selectmenu 2013-08-11 19:16:41 -05:00
TJ VanToll
5aa106a052 CSS Framework: Display child links within .ui-state-hover and .ui-state-focus widgets the same. Fixes #9428 - CSS Framework: Title color not reset in a focused accordion tab 2013-08-07 17:40:04 -04:00
Felix Nagel
34e10c1f87 Merge branch 'master' into selectmenu 2013-07-26 19:28:03 +02:00
TJ VanToll
9470af0bbe Accordion: Avoid resetting outline on headers. Fixes #9352: Accordion - Active header has no focus indicator 2013-07-20 17:27:49 -04:00
Felix Nagel
b735152ae1 Selectmenu: CSS Framework: Update API links from the old docs site to their new API site location. 2013-06-24 20:30:03 +02:00
Felix Nagel
9992d4626e Merge branch 'master' into selectmenu 2013-06-24 20:28:10 +02:00
TJ VanToll
9d5d2424a9 CSS Framework: Update API links from the old docs site to their new API site location. 2013-06-05 22:03:09 -04:00
Jörn Zaefferer
ffc7d310d4 Merge branch 'master' into selectmenu 2013-06-05 14:44:44 +02:00
Scott González
2de5e78e72 Tabs: Use .ui-tabs-anchor in stylesheet. 2013-06-04 08:32:13 -04:00
TJ VanToll
3c68636c80 Datepicker: Removing unused ui-datepicker-month-year class name. 2013-06-03 22:13:43 -04:00
TJ VanToll
3ec371bca4 Spinner: Trivial spelling / grammatical fixes in CSS comments. 2013-06-02 22:30:05 -04:00