aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base/jquery.ui.theme.css
Commit message (Collapse)AuthorAgeFilesLines
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-410/+0
| | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029
* CSS Framework: Display child links within .ui-state-hover and ↵TJ VanToll2013-08-071-1/+5
| | | | .ui-state-focus widgets the same. Fixes #9428 - CSS Framework: Title color not reset in a focused accordion tab
* CSS Framework: Update API links from the old docs site to their new API site ↵TJ VanToll2013-06-051-1/+1
| | | | location.
* CSS Framework: Add ui-icon-blank class for an icon with no image. Fixes ↵Scott González2013-03-111-1/+1
| | | | | | #9150 - CSS Framework: Add ui-icon-blank. This essentially reverts 1fe06f03fac30ce76b87eab8c5a9acc72becd587 and the fix for #5659.
* Update copyright year to 2013.Scott González2013-01-101-1/+1
|
* Theme: Split opacityOverlay from opacityFilterOverlay on theme styles.Rafael Xavier de Souza2012-12-281-4/+4
|
* Theme: removed or changed occurrences of zoom. Fixes #7975 - Remove invalid ↵Anika Henke2012-11-291-2/+3
| | | | | | CSS for legacy browsers Because of overlapping issues, this also reverts most of e77edc60 and fixes it in a different way.
* Button: Strange space between buttons in IE 7. Fixed #5253 - Toolbar demo ↵Pawel Maruszczyk2012-11-281-0/+1
| | | | ugly in IE
* Theme: removed obsolete vendor-specific prefixes. Fixed #8834 - Theme: ↵Anika Henke2012-11-271-16/+1
| | | | Remove unneeded vendor prefixing
* CSS: remove spaces from opacity filters so themeRoller can replace properlyMike Sherov2012-11-201-2/+4
|
* CSS: Reformatted CSS to use better coding standardAnika Henke2012-11-191-35/+204
|
* 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