aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base/images
Commit message (Collapse)AuthorAgeFilesLines
* 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
* All: Optimize png images losslessly using zopflipngPeter Dave Hello2016-06-067-0/+0
| | | | Closes gh-1710
* Theme: Fix file permissions on imagesScott González2015-10-186-0/+0
|
* Theme: Improve default theme stylingJasper de Groot2015-01-2718-0/+0
| | | | | | | | | | | | | | | | | | 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
* Progressbar: replace image reference in base CSS with data URIUsman Akeju2014-07-081-0/+0
| | | | | | | | | 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
* Fix file permissions in themes/base/images.Travis Carden2013-02-0411-0/+0
|
* Progressbar: Add ability to set value: false for an indeterminate ↵kborchers2012-11-211-0/+0
| | | | progressbar. Fixes #7624 - Progressbar: Support value: false for indeterminate progressbar
* Autocomplete: Moved all demo images into /demos/autocomplete/images.Scott González2010-07-191-0/+0
|
* fixed #5163 - themes: css files need to be renamed to be consistent with js ↵Richard Worth2010-02-161-0/+0
| | | | file renames in 1.8a1
* Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵Scott González2010-01-071-0/+0
| | | | menu; including menu static tests).
* Updated base theme to match smoothness. Fixed #4447 - UI Icons are not even, ↵Richard Worth2009-06-049-0/+0
| | | | causes misaligned buttons
* themes base: updated sprite icon pngs to PNG8 for IE6Richard Worth2009-01-285-0/+0
|
* updated ui.theme.css to new image filenames and changed image filenamesScott Jehl2009-01-2125-0/+0
|
* Added new jQuery UI CSS Framework (/themes/base) and matching static markup ↵Richard Worth2008-12-0512-0/+0
test pages. Thanks scottjehl :)