aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base/jquery.ui.theme.css
Commit message (Collapse)AuthorAgeFilesLines
* CSS Framework: Set out-of-view background-position for ui-icon. Fixes #5659 ↵Jörn Zaefferer2012-11-041-2/+2
| | | | - CSS Framework: Don't show icon when only ui-icon class is present.
* CSS: Apply opacity to absolutely positioned ui icons in IE8. Fixed #6059 - ↵TJ VanToll2012-10-211-0/+1
| | | | Button: Primary icon "enabled" when button is disabled.
* Theme: Apply color to default link style in ui-state-hover. Fixes #7648 - ↵Scott González2012-10-111-1/+1
| | | | Accordion Collapsed Color Issue.
* Theme: Don't remove outlines on active elements. Fixes #6757 - .ui-widget ↵Scott González2012-09-261-1/+0
| | | | :active { outline: none; } causes slowness in FF.
* Simplify licensing.Scott González2012-08-091-1/+1
|
* Update copyright to jQuery Foundation.Scott González2012-07-041-1/+2
|
* Protect all copyright notices against minificationJo Liss2012-04-021-1/+1
| | | | | | | For instance, this is useful for the jquery-ui-rails gem, which does not use jQuery UI's own minification, but relies on Rails to minify the files where necessary. Rails in turn uses UglifyJS for JS and YUI for CSS, both of which respect the /*! ... */ convention.
* Updated copyright year.Scott González2012-03-081-1/+1
|
* CSS: Switched the icons for .ui-icon-radio-on and .ui-icon-radio-off. Fixes ↵kborchers2011-06-141-2/+2
| | | | #7475 - .ui-icon-radio-on and .ui-icon-radio-off reversed
* CSS: added support for konqueror border-radius. Fixed #6097.jgv2011-05-181-5/+5
|
* missing commaJesse Baird2011-05-171-1/+1
|
* Theme: Reducing size of CSS for Corner Properties - Fixes #7356 - Reducing ↵gnarf2011-05-121-9/+4
| | | | size of some CSS
* Updated copyright year.Scott González2011-01-171-1/+1
|
* All CSS: Added header comments. Fixes #5825 - Add header info to all CSS files.Scott González2010-07-141-1/+3
|
* All: Added http://jqueryui.com/about to header comments.Scott González2010-07-141-1/+1
|
* Updated copyright headers to make it clear that you can choose between MIT ↵Scott González2010-07-091-5/+8
| | | | and GPLv2. Also added a link to http://jquery.org/license.
* Added scoped selectors for .ui-widget-headerDoug Neiner2010-03-201-11/+11
| | | | | | When using buttons in a .ui-widget-header, they were loosing their styling on link elements. By scoping the selector just like is done for .ui-widget-content, it fixes this problem
* fixed #5163 - themes: css files need to be renamed to be consistent with js ↵Richard Worth2010-02-161-0/+247
file renames in 1.8a1