summaryrefslogtreecommitdiff
path: root/themes/wind/css/themeroller/ui.base.css
diff options
context:
space:
mode:
authorshadlaws <shad@shadlaws.com>2013-06-17 13:51:34 +0200
committershadlaws <shad@shadlaws.com>2013-06-17 13:51:34 +0200
commit23bcc22c36d4c2da07aba3cd39e58294dfd3e952 (patch)
treef94e0672e202b5482f8b803c2d1e87c023b968a9 /themes/wind/css/themeroller/ui.base.css
parenta038f11a9f9843c264c6f9c8e564b65c3cac392e (diff)
Update themeroller for v1.10.3 (in sync with vendor)
Diffstat (limited to 'themes/wind/css/themeroller/ui.base.css')
-rw-r--r--themes/wind/css/themeroller/ui.base.css10
1 files changed, 6 insertions, 4 deletions
diff --git a/themes/wind/css/themeroller/ui.base.css b/themes/wind/css/themeroller/ui.base.css
index d2fdc5ca..8f43868d 100644
--- a/themes/wind/css/themeroller/ui.base.css
+++ b/themes/wind/css/themeroller/ui.base.css
@@ -1,8 +1,8 @@
-/*! jQuery UI - v1.10.1 - 2013-02-26
+/*! jQuery UI - v1.10.3 - 2013-06-17
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=gloss_wave&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=inset_hard&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=glass&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=inset_hard&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
-* Copyright (c) 2013 jQuery Foundation and other contributors Licensed MIT */
+* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */
/* Layout helpers
----------------------------------*/
@@ -539,6 +539,8 @@ button.ui-button::-moz-focus-inner {
margin: 0;
padding: 0;
width: 100%;
+ /* support: IE10, see #8844 */
+ list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
margin: 5px -2px 5px -2px;
@@ -741,7 +743,7 @@ button.ui-button::-moz-focus-inner {
position: relative;
top: 0;
margin: 1px .2em 0 0;
- border-bottom: 0;
+ border-bottom-width: 0;
padding: 0;
white-space: nowrap;
}
@@ -925,7 +927,6 @@ body .ui-tooltip {
.ui-icon {
width: 16px;
height: 16px;
- background-position: 16px 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
@@ -953,6 +954,7 @@ body .ui-tooltip {
}
/* positioning */
+.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }