|
@@ -1,24 +1,16 @@
|
|
|
-/*
|
|
|
- * jQuery UI CSS Framework 1.8.16
|
|
|
- *
|
|
|
- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
|
|
- * Dual licensed under the MIT or GPL Version 2 licenses.
|
|
|
- * http://jquery.org/license
|
|
|
- *
|
|
|
- * http://docs.jquery.com/UI/Theming/API
|
|
|
- */
|
|
|
+/*! jQuery UI - v1.9.1 - 2012-10-25
|
|
|
+* http://jqueryui.com
|
|
|
+* Includes: jquery.ui.core.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.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
|
|
|
+* Copyright 2012 jQuery Foundation and other contributors; Licensed MIT */
|
|
|
|
|
|
/* Layout helpers
|
|
|
----------------------------------*/
|
|
|
.ui-helper-hidden { display: none; }
|
|
|
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
|
|
|
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
|
|
|
-.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
|
|
|
-.ui-helper-clearfix { display: inline-block; }
|
|
|
-/* required comment for clearfix to work in Opera \*/
|
|
|
-* html .ui-helper-clearfix { height:1%; }
|
|
|
-.ui-helper-clearfix { display:block; }
|
|
|
-/* end clearfix */
|
|
|
+.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
|
|
|
+.ui-helper-clearfix:after { clear: both; }
|
|
|
+.ui-helper-clearfix { zoom: 1; }
|
|
|
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
|
|
|
|
|
|
|
|
@@ -39,88 +31,25 @@
|
|
|
|
|
|
/* Overlays */
|
|
|
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
|
|
|
-/*
|
|
|
- * jQuery UI Accordion 1.8.16
|
|
|
- *
|
|
|
- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
|
|
- * Dual licensed under the MIT or GPL Version 2 licenses.
|
|
|
- * http://jquery.org/license
|
|
|
- *
|
|
|
- * http://docs.jquery.com/UI/Accordion#theming
|
|
|
- */
|
|
|
-/* IE/Win - Fix animation bug - #4615 */
|
|
|
-.ui-accordion { width: 100%; }
|
|
|
-.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
|
|
|
-.ui-accordion .ui-accordion-li-fix { display: inline; }
|
|
|
-.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
|
|
|
-.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
|
|
|
-.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
|
|
|
-.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
|
|
|
-.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
|
|
|
-.ui-accordion .ui-accordion-content-active { display: block; }
|
|
|
-/*
|
|
|
- * jQuery UI Autocomplete 1.8.16
|
|
|
- *
|
|
|
- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
|
|
- * Dual licensed under the MIT or GPL Version 2 licenses.
|
|
|
- * http://jquery.org/license
|
|
|
- *
|
|
|
- * http://docs.jquery.com/UI/Autocomplete#theming
|
|
|
- */
|
|
|
-.ui-autocomplete { position: absolute; cursor: default; }
|
|
|
+
|
|
|
+.ui-accordion .ui-accordion-header { display: block; cursor: pointer; position: relative; margin-top: 2px; padding: .5em .5em .5em .7em; zoom: 1; }
|
|
|
+.ui-accordion .ui-accordion-icons { padding-left: 2.2em; }
|
|
|
+.ui-accordion .ui-accordion-noicons { padding-left: .7em; }
|
|
|
+.ui-accordion .ui-accordion-icons .ui-accordion-icons { padding-left: 2.2em; }
|
|
|
+.ui-accordion .ui-accordion-header .ui-accordion-header-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
|
|
|
+.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; overflow: auto; zoom: 1; }
|
|
|
+
|
|
|
+.ui-autocomplete {
|
|
|
+ position: absolute;
|
|
|
+ top: 0; /* #8656 */
|
|
|
+ cursor: default;
|
|
|
+}
|
|
|
|
|
|
/* workarounds */
|
|
|
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
|
|
|
|
|
|
-/*
|
|
|
- * jQuery UI Menu 1.8.16
|
|
|
- *
|
|
|
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
|
|
|
- * Dual licensed under the MIT or GPL Version 2 licenses.
|
|
|
- * http://jquery.org/license
|
|
|
- *
|
|
|
- * http://docs.jquery.com/UI/Menu#theming
|
|
|
- */
|
|
|
-.ui-menu {
|
|
|
- list-style:none;
|
|
|
- padding: 2px;
|
|
|
- margin: 0;
|
|
|
- display:block;
|
|
|
- float: left;
|
|
|
-}
|
|
|
-.ui-menu .ui-menu {
|
|
|
- margin-top: -3px;
|
|
|
-}
|
|
|
-.ui-menu .ui-menu-item {
|
|
|
- margin:0;
|
|
|
- padding: 0;
|
|
|
- zoom: 1;
|
|
|
- float: left;
|
|
|
- clear: left;
|
|
|
- width: 100%;
|
|
|
-}
|
|
|
-.ui-menu .ui-menu-item a {
|
|
|
- text-decoration:none;
|
|
|
- display:block;
|
|
|
- padding:.2em .4em;
|
|
|
- line-height:1.5;
|
|
|
- zoom:1;
|
|
|
-}
|
|
|
-.ui-menu .ui-menu-item a.ui-state-hover,
|
|
|
-.ui-menu .ui-menu-item a.ui-state-active {
|
|
|
- font-weight: normal;
|
|
|
- margin: -1px;
|
|
|
-}
|
|
|
-/*
|
|
|
- * jQuery UI Button 1.8.16
|
|
|
- *
|
|
|
- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
|
|
- * Dual licensed under the MIT or GPL Version 2 licenses.
|
|
|
- * http://jquery.org/license
|
|
|
- *
|
|
|
- * http://docs.jquery.com/UI/Button#theming
|
|
|
- */
|
|
|
-.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
|
|
|
+.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
|
|
|
+.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active { text-decoration: none; }
|
|
|
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
|
|
|
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
|
|
|
.ui-button-icons-only { width: 3.4em; }
|
|
@@ -149,15 +78,7 @@ input.ui-button { padding: .4em 1em; }
|
|
|
|
|
|
/* workarounds */
|
|
|
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
|
|
|
-/*
|
|
|
- * jQuery UI Datepicker 1.8.16
|
|
|
- *
|
|
|
- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
|
|
- * Dual licensed under the MIT or GPL Version 2 licenses.
|
|
|
- * http://jquery.org/license
|
|
|
- *
|
|
|
- * http://docs.jquery.com/UI/Datepicker#theming
|
|
|
- */
|
|
|
+
|
|
|
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
|
|
|
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
|
|
|
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
|
|
@@ -207,8 +128,6 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
|
|
|
|
|
|
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
|
|
|
.ui-datepicker-cover {
|
|
|
- display: none; /*sorry for IE5*/
|
|
|
- display/**/: block; /*sorry for IE5*/
|
|
|
position: absolute; /*must have*/
|
|
|
z-index: -1; /*must have*/
|
|
|
filter: mask(); /*must have*/
|
|
@@ -216,18 +135,10 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
|
|
|
left: -4px; /*must have*/
|
|
|
width: 200px; /*must have*/
|
|
|
height: 200px; /*must have*/
|
|
|
-}/*
|
|
|
- * jQuery UI Dialog 1.8.16
|
|
|
- *
|
|
|
- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
|
|
- * Dual licensed under the MIT or GPL Version 2 licenses.
|
|
|
- * http://jquery.org/license
|
|
|
- *
|
|
|
- * http://docs.jquery.com/UI/Dialog#theming
|
|
|
- */
|
|
|
+}
|
|
|
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
|
|
|
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; }
|
|
|
-.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
|
|
|
+.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
|
|
|
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
|
|
|
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
|
|
|
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
|
|
@@ -237,27 +148,32 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
|
|
|
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
|
|
|
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
|
|
|
.ui-draggable .ui-dialog-titlebar { cursor: move; }
|
|
|
-/*
|
|
|
- * jQuery UI Progressbar 1.8.16
|
|
|
- *
|
|
|
- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
|
|
- * Dual licensed under the MIT or GPL Version 2 licenses.
|
|
|
- * http://jquery.org/license
|
|
|
- *
|
|
|
- * http://docs.jquery.com/UI/Progressbar#theming
|
|
|
- */
|
|
|
-.ui-progressbar { height:2em; text-align: left; }
|
|
|
-.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/*
|
|
|
- * jQuery UI Resizable 1.8.16
|
|
|
- *
|
|
|
- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
|
|
- * Dual licensed under the MIT or GPL Version 2 licenses.
|
|
|
- * http://jquery.org/license
|
|
|
- *
|
|
|
- * http://docs.jquery.com/UI/Resizable#theming
|
|
|
- */
|
|
|
+
|
|
|
+.ui-menu { list-style:none; padding: 2px; margin: 0; display:block; outline: none; }
|
|
|
+.ui-menu .ui-menu { margin-top: -3px; position: absolute; }
|
|
|
+.ui-menu .ui-menu-item { margin: 0; padding: 0; zoom: 1; width: 100%; }
|
|
|
+.ui-menu .ui-menu-divider { margin: 5px -2px 5px -2px; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; }
|
|
|
+.ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: 2px .4em; line-height: 1.5; zoom: 1; font-weight: normal; }
|
|
|
+.ui-menu .ui-menu-item a.ui-state-focus,
|
|
|
+.ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; margin: -1px; }
|
|
|
+
|
|
|
+.ui-menu .ui-state-disabled { font-weight: normal; margin: .4em 0 .2em; line-height: 1.5; }
|
|
|
+.ui-menu .ui-state-disabled a { cursor: default; }
|
|
|
+
|
|
|
+/* icon support */
|
|
|
+.ui-menu-icons { position: relative; }
|
|
|
+.ui-menu-icons .ui-menu-item a { position: relative; padding-left: 2em; }
|
|
|
+
|
|
|
+/* left-aligned */
|
|
|
+.ui-menu .ui-icon { position: absolute; top: .2em; left: .2em; }
|
|
|
+
|
|
|
+/* right-aligned */
|
|
|
+.ui-menu .ui-menu-icon { position: static; float: right; }
|
|
|
+
|
|
|
+.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
|
|
|
+.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
|
|
|
.ui-resizable { position: relative;}
|
|
|
-.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; }
|
|
|
+.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
|
|
|
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
|
|
|
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
|
|
|
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
|
|
@@ -266,25 +182,9 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
|
|
|
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
|
|
|
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
|
|
|
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
|
|
|
-.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
|
|
|
- * jQuery UI Selectable 1.8.16
|
|
|
- *
|
|
|
- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
|
|
- * Dual licensed under the MIT or GPL Version 2 licenses.
|
|
|
- * http://jquery.org/license
|
|
|
- *
|
|
|
- * http://docs.jquery.com/UI/Selectable#theming
|
|
|
- */
|
|
|
+.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}
|
|
|
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
|
|
|
-/*
|
|
|
- * jQuery UI Slider 1.8.16
|
|
|
- *
|
|
|
- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
|
|
- * Dual licensed under the MIT or GPL Version 2 licenses.
|
|
|
- * http://jquery.org/license
|
|
|
- *
|
|
|
- * http://docs.jquery.com/UI/Slider#theming
|
|
|
- */
|
|
|
+
|
|
|
.ui-slider { position: relative; text-align: left; }
|
|
|
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
|
|
|
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
|
|
@@ -299,36 +199,43 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
|
|
|
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
|
|
|
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
|
|
|
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
|
|
|
-.ui-slider-vertical .ui-slider-range-max { top: 0; }/*
|
|
|
- * jQuery UI Tabs 1.8.16
|
|
|
- *
|
|
|
- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
|
|
- * Dual licensed under the MIT or GPL Version 2 licenses.
|
|
|
- * http://jquery.org/license
|
|
|
- *
|
|
|
- * http://docs.jquery.com/UI/Tabs#theming
|
|
|
- */
|
|
|
+.ui-slider-vertical .ui-slider-range-max { top: 0; }
|
|
|
+.ui-spinner { position:relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle; }
|
|
|
+.ui-spinner-input { border: none; background: none; padding: 0; margin: .2em 0; vertical-align: middle; margin-left: .4em; margin-right: 22px; }
|
|
|
+.ui-spinner-button { width: 16px; height: 50%; font-size: .5em; padding: 0; margin: 0; text-align: center; position: absolute; cursor: default; display: block; overflow: hidden; right: 0; }
|
|
|
+.ui-spinner a.ui-spinner-button { border-top: none; border-bottom: none; border-right: none; } /* more specificity required here to overide default borders */
|
|
|
+.ui-spinner .ui-icon { position: absolute; margin-top: -8px; top: 50%; left: 0; } /* vertical centre icon */
|
|
|
+.ui-spinner-up { top: 0; }
|
|
|
+.ui-spinner-down { bottom: 0; }
|
|
|
+
|
|
|
+/* TR overrides */
|
|
|
+.ui-spinner .ui-icon-triangle-1-s {
|
|
|
+ /* need to fix icons sprite */
|
|
|
+ background-position:-65px -16px;
|
|
|
+}
|
|
|
+
|
|
|
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
|
|
|
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
|
|
|
-.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
|
|
|
+.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 1px .2em 0 0; border-bottom: 0; padding: 0; white-space: nowrap; }
|
|
|
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
|
|
|
-.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
|
|
|
-.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
|
|
|
-.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
|
|
|
+.ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: -1px; padding-bottom: 1px; }
|
|
|
+.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { cursor: text; }
|
|
|
+.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
|
|
|
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
|
|
|
-.ui-tabs .ui-tabs-hide { display: none !important; }
|
|
|
-/*
|
|
|
- * jQuery UI CSS Framework 1.8.16
|
|
|
- *
|
|
|
- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
|
|
- * Dual licensed under the MIT or GPL Version 2 licenses.
|
|
|
- * http://jquery.org/license
|
|
|
- *
|
|
|
- * http://docs.jquery.com/UI/Theming/API
|
|
|
- *
|
|
|
- * To view and modify this theme, visit http://jqueryui.com/themeroller/
|
|
|
- */
|
|
|
|
|
|
+.ui-tooltip {
|
|
|
+ padding: 8px;
|
|
|
+ position: absolute;
|
|
|
+ z-index: 9999;
|
|
|
+ max-width: 300px;
|
|
|
+ -webkit-box-shadow: 0 0 5px #aaa;
|
|
|
+ box-shadow: 0 0 5px #aaa;
|
|
|
+}
|
|
|
+/* Fades and background-images don't work well together in IE6, drop the image */
|
|
|
+* html .ui-tooltip {
|
|
|
+ background-image: none;
|
|
|
+}
|
|
|
+body .ui-tooltip { border-width: 2px; }
|
|
|
|
|
|
/* Component containers
|
|
|
----------------------------------*/
|
|
@@ -345,10 +252,9 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
|
|
|
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background: #e6e6e6/*{bgColorDefault}*/ url(images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; }
|
|
|
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; }
|
|
|
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999/*{borderColorHover}*/; background: #dadada/*{bgColorHover}*/ url(images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; }
|
|
|
-.ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; }
|
|
|
+.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #212121/*{fcHover}*/; text-decoration: none; }
|
|
|
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa/*{borderColorActive}*/; background: #ffffff/*{bgColorActive}*/ url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; }
|
|
|
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121/*{fcActive}*/; text-decoration: none; }
|
|
|
-.ui-widget :active { outline: none; }
|
|
|
|
|
|
/* Interaction Cues
|
|
|
----------------------------------*/
|
|
@@ -360,6 +266,7 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
|
|
|
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
|
|
|
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
|
|
|
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
|
|
|
+.ui-state-disabled .ui-icon { filter:Alpha(Opacity=35); } /* For IE8 - See #6059 */
|
|
|
|
|
|
/* Icons
|
|
|
----------------------------------*/
|
|
@@ -501,8 +408,8 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
|
|
|
.ui-icon-help { background-position: -48px -144px; }
|
|
|
.ui-icon-check { background-position: -64px -144px; }
|
|
|
.ui-icon-bullet { background-position: -80px -144px; }
|
|
|
-.ui-icon-radio-off { background-position: -96px -144px; }
|
|
|
-.ui-icon-radio-on { background-position: -112px -144px; }
|
|
|
+.ui-icon-radio-on { background-position: -96px -144px; }
|
|
|
+.ui-icon-radio-off { background-position: -112px -144px; }
|
|
|
.ui-icon-pin-w { background-position: -128px -144px; }
|
|
|
.ui-icon-pin-s { background-position: -144px -144px; }
|
|
|
.ui-icon-play { background-position: 0 -160px; }
|