aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base/images/ui-icons_555555_256x240.png
Commit message (Collapse)AuthorAgeFilesLines
* Themes: Optimize PNG files with zopflipngJo Liss2016-11-291-0/+0
| | | | Closes gh-1772
* Theme: Optimize imagesPetri Partio2016-11-021-0/+0
| | | | Closes gh-1763
* All: Optimize png images losslessly using zopflipngPeter Dave Hello2016-06-061-0/+0
| | | | Closes gh-1710
* Theme: Fix file permissions on imagesScott González2015-10-181-0/+0
|
* Theme: Improve default theme stylingJasper de Groot2015-01-271-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