1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282 |
- .jqx-widget-light {
- font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-size:14px;
- color: #555;
- }
- .jqx-widget-content-light {
- font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-size:14px;
- color: #555;
- }
- .jqx-widget-header-light {
- font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-size:14px;
- background: #fff;
- color: #555;
- }
- /*Rounded Corners*/
- /*top-left rounded Corners*/
- .jqx-rc-tl-light {
- -moz-border-radius-topleft: 4px;
- -webkit-border-top-left-radius: 4px;
- border-top-left-radius: 4px;
- }
- /*top-right rounded Corners*/
- .jqx-rc-tr-light {
- -moz-border-radius-topright: 4px;
- -webkit-border-top-right-radius: 4px;
- border-top-right-radius: 4px;
- }
- /*bottom-left rounded Corners*/
- .jqx-rc-bl-light {
- -moz-border-radius-bottomleft: 4px;
- -webkit-border-bottom-left-radius: 4px;
- border-bottom-left-radius: 4px;
- }
- /*bottom-right rounded Corners*/
- .jqx-rc-br-light {
- -moz-border-radius-bottomright: 4px;
- -webkit-border-bottom-right-radius: 4px;
- border-bottom-right-radius: 4px;
- }
- /*top rounded Corners*/
- .jqx-rc-t-light {
- -moz-border-radius-topleft: 4px;
- -webkit-border-top-left-radius: 4px;
- border-top-left-radius: 4px;
- -moz-border-radius-topright: 4px;
- -webkit-border-top-right-radius: 4px;
- border-top-right-radius: 4px;
- }
- /*bottom rounded Corners*/
- .jqx-rc-b-light {
- -moz-border-radius-bottomleft: 4px;
- -webkit-border-bottom-left-radius: 4px;
- border-bottom-left-radius: 4px;
- -moz-border-radius-bottomright: 4px;
- -webkit-border-bottom-right-radius: 4px;
- border-bottom-right-radius: 4px;
- }
- /*right rounded Corners*/
- .jqx-rc-r-light {
- -moz-border-radius-topright: 4px;
- -webkit-border-top-right-radius: 4px;
- border-top-right-radius: 4px;
- -moz-border-radius-bottomright: 4px;
- -webkit-border-bottom-right-radius: 4px;
- border-bottom-right-radius: 4px;
- }
- /*left rounded Corners*/
- .jqx-rc-l-light {
- -moz-border-radius-topleft: 4px;
- -webkit-border-top-left-radius: 4px;
- border-top-left-radius: 4px;
- -moz-border-radius-bottomleft: 4px;
- -webkit-border-bottom-left-radius: 4px;
- border-bottom-left-radius: 4px;
- }
- /*all rounded Corners*/
- .jqx-rc-all-light {
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- }
- .jqx-widget-light, .jqx-widget-header-light, .jqx-fill-state-normal-light,
- .jqx-widget-content-light, .jqx-fill-state-hover-light, .jqx-fill-state-pressed-light {
- font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-size:14px;
- }
- .jqx-widget-content-light {
- background-color: #ffffff;
- border-color: #dddddd;
- }
- .jqx-widget-header-light {
- color: #555;
- background-color:#f8f8f8;
- border-color:#dddddd;
- *zoom: 1;
- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
- -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
- }
- .jqx-widget-light input::selection, input.jqx-input-widget-light::selection, .jqx-widget-content-light input::selection {
- background: #0077BE;
- color: #fff;
- }
- .jqx-button-light {
- transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out;
- }
- .jqx-button-light, .jqx-fill-state-normal-light {
- color: #555;
- background:#fafafa;
- border-color: #dddddd;
- *zoom: 1;
- }
- .jqx-fill-state-hover-light {
- color: #373a3c;
- border-color: #b2b2b2;
- border-color: rgba(0, 0, 0, 0.3);
- background-color: #f0f0f0;
- }
- .jqx-fill-state-pressed-light {
- color: #fff ;
- background-color: #0077BE;
- border-color: #0077BE;
- *background-color: #fff;
- }
- .jqx-fill-state-hover-light, .jqx-fill-state-focus-light {
- color: #333333;
- text-decoration: none;
- }
- .jqx-fill-state-focus-light, .jqx-item-light.jqx-fill-state-focus {
- border-color: #0077BE;
- }
- .jqx-fill-state-pressed-light.jqx-fill-state-hover-light, .jqx-dropdownlist-state-selected-light{
- color: #fff ;
- }
- .jqx-datetimeinput-light .jqx-action-button-light.jqx-fill-state-hover{
- border-color: #ddd;
- }
- .jqx-datetimeinput-light.jqx-fill-state-focus .jqx-action-button-light{
- border-color: #0077BE;
- }
- .jqx-filter-input-light:focus {
- border-color: #0077BE !important;
- }
- .jqx-button-light {
- color: #555;
- border-color: #ddd;
- *zoom: 1;
- }
- .jqx-button-light.jqx-fill-state-hover {
-
- *zoom: 1;
- -webkit-transition: background-color 100ms linear;
- -moz-transition: background-color 100ms linear;
- -o-transition: background-color 100ms linear;
- -ms-transition: background-color 100ms linear;
- transition: background-color 100ms linear;
- }
- .jqx-button-light.jqx-fill-state-pressed {
- color: #fff;
- background:#0077BE;
- border-color: #0077BE;
- *zoom: 1;
- -webkit-transition: background-color 100ms linear;
- -moz-transition: background-color 100ms linear;
- -o-transition: background-color 100ms linear;
- -ms-transition: background-color 100ms linear;
- transition: background-color 100ms linear;
- }
- .jqx-dropdownlist-state-normal-light, .jqx-dropdownlist-state-hover-light, .jqx-dropdownlist-state-selected-light,
- .jqx-scrollbar-button-state-hover-light, .jqx-scrollbar-button-state-normal-light, .jqx-scrollbar-button-state-pressed-light,
- .jqx-scrollbar-thumb-state-normal-horizontal-light, .jqx-scrollbar-thumb-state-hover-horizontal-light, .jqx-scrollbar-thumb-state-pressed-horizontal-light,
- .jqx-scrollbar-thumb-state-normal-light, .jqx-scrollbar-thumb-state-pressed-light, .jqx-tree-item-hover-light, .jqx-tree-item-selected-light,
- .jqx-tree-item-light, .jqx-menu-item-light, .jqx-menu-item-hover-light, .jqx-menu-item-selected-light, .jqx-menu-item-top-light, .jqx-menu-item-top-hover-light,
- .jqx-menu-item-top-selected-light, .jqx-slider-button-light, .jqx-slider-slider-light
- {
- -webkit-transition: background-color 100ms linear;
- -moz-transition: background-color 100ms linear;
- -o-transition: background-color 100ms linear;
- -ms-transition: background-color 100ms linear;
- transition: background-color 100ms linear;
- }
- .jqx-primary-light
- {
- color: #0077BE !important;
- background: #fff !important;
- border-color: #0077BE!important;
- text-shadow: none !important;
- }
- .jqx-primary-light.jqx-dropdownlist-state-normal-light,
- .jqx-primary-light.jqx-slider-button-light,
- .jqx-primary-light.jqx-slider-slider-light,
- .jqx-primary-light.jqx-combobox-arrow-normal-light,
- .jqx-primary-light.jqx-combobox-arrow-hover-light,
- .jqx-primary-light.jqx-action-button-light,
- .jqx-primary-light:hover,
- .jqx-primary-light:focus,
- .jqx-primary-light:active,
- .jqx-primary-light.active,
- .jqx-primary-light.disabled,
- .jqx-primary-light[disabled] {
- color: #fff !important;
- background: #0077BE !important;
- border-color: #0077BE !important;
- text-shadow: none !important;
- }
- .jqx-fill-state-pressed-light.jqx-primary-light,
- .jqx-primary-light:active,
- .jqx-primary-light.active {
- color: #fff !important;
- background-color: #0077BE !important;
- border-color: #0077BE!important;
- text-shadow: none !important;
- }
- .jqx-success-light
- {
- color: #5cb85c !important;
- background: #fff !important;
- border-color: #5cb85c!important;
- text-shadow: none !important;
- }
- .jqx-success-light.jqx-dropdownlist-state-normal-light,
- .jqx-success-light.jqx-slider-button-light,
- .jqx-success-light.jqx-slider-slider-light,
- .jqx-success-light.jqx-combobox-arrow-normal-light,
- .jqx-success-light.jqx-combobox-arrow-hover-light,
- .jqx-success-light.jqx-action-button-light,
- .jqx-success-light:hover,
- .jqx-success-light:focus,
- .jqx-success-light:active,
- .jqx-success-light.active,
- .jqx-success-light.disabled,
- .jqx-success-light[disabled] {
- color: #fff !important;
- background: #5cb85c !important;
- border-color: #5cb85c!important;
- text-shadow: none !important;
- }
- .jqx-fill-state-pressed-light.jqx-success-light,
- .jqx-success-light:active,
- .jqx-success-light.active {
- text-shadow: none !important;
- color: #fff !important;
- background: #5cb85c !important;
- border-color: #5cb85c!important;
- }
- .jqx-inverse-light
- {
- text-shadow: none !important;
- color: #666 !important;
- background: #fff !important;
- border-color: #cccccc!important;
- }
- .jqx-inverse-light.jqx-dropdownlist-state-normal-light,
- .jqx-inverse-light.jqx-slider-button-light,
- .jqx-inverse-light.jqx-slider-slider-light,
- .jqx-inverse-light.jqx-combobox-arrow-hover-light,
- .jqx-inverse-light.jqx-combobox-arrow-normal-light,
- .jqx-inverse-light.jqx-action-button-light,
- .jqx-inverse-light:hover,
- .jqx-inverse-light:focus,
- .jqx-inverse-light:active,
- .jqx-inverse-light.active,
- .jqx-inverse-light.disabled,
- .jqx-inverse-light[disabled] {
- text-shadow: none !important;
- color: #666 !important;
- background: #cccccc !important;
- border-color: #cccccc!important;
- }
- .jqx-fill-state-pressed-light.jqx-inverse-light,
- .jqx-inverse-light:active,
- .jqx-inverse-light.active {
- text-shadow: none !important;
- color: #666 !important;
- background: #cccccc !important;
- border-color: #cccccc!important;
- }
- .jqx-danger-light
- {
- text-shadow: none !important;
- color: #d9534f !important;
- background: #fff !important;
- border-color: #d9534f!important;
- }
- .jqx-danger-light.jqx-dropdownlist-state-normal-light,
- .jqx-danger-light.jqx-slider-button-light,
- .jqx-danger-light.jqx-slider-slider-light,
- .jqx-danger-light.jqx-combobox-arrow-hover-light,
- .jqx-danger-light.jqx-combobox-arrow-normal-light,
- .jqx-danger-light.jqx-action-button-light,
- .jqx-danger-light:hover,
- .jqx-danger-light:focus,
- .jqx-danger-light:active,
- .jqx-danger-light.active,
- .jqx-danger-light.disabled,
- .jqx-danger-light[disabled] {
- text-shadow: none !important;
- color: #fff !important;
- background: #d9534f !important;
- border-color: #d9534f!important;
- }
- .jqx-fill-state-pressed-light.jqx-danger-light,
- .jqx-danger-light:active,
- .jqx-danger-light.active {
- text-shadow: none !important;
- color: #fff !important;
- background: #d9534f !important;
- border-color: #d9534f!important;
- }
- .jqx-warning-light
- {
- text-shadow: none !important;
- color: #f0ad4e !important;
- background: #fff !important;
- border-color: #f0ad4e!important;
- }
- .jqx-warning-light.jqx-dropdownlist-state-normal-light,
- .jqx-warning-light.jqx-slider-button-light,
- .jqx-warning-light.jqx-slider-slider-light,
- .jqx-warning-light.jqx-combobox-arrow-hover-light,
- .jqx-warning-light.jqx-combobox-arrow-normal-light,
- .jqx-warning-light.jqx-action-button-light,
- .jqx-warning-light:hover,
- .jqx-warning-light:focus,
- .jqx-warning-light:active,
- .jqx-warning-light.active,
- .jqx-warning-light.disabled,
- .jqx-warning-light[disabled] {
- text-shadow: none !important;
- color: #fff !important;
- background: #f0ad4e !important;
- border-color: #f0ad4e!important;
- }
- .jqx-fill-state-pressed-light.jqx-warning-light,
- .jqx-warning-light:active,
- .jqx-warning-light.active {
- text-shadow: none !important;
- color: #fff !important;
- background: #f0ad4e !important;
- border-color: #f0ad4e!important;
- }
- .jqx-info-light
- {
- text-shadow: none !important;
- color: #5bc0de !important;
- background: #fff !important;
- border-color: #5bc0de!important;
- }
- .jqx-info-light.jqx-dropdownlist-state-normal-light,
- .jqx-info-light.jqx-slider-button-light,
- .jqx-info-light.jqx-slider-slider-light,
- .jqx-info-light.jqx-combobox-arrow-hover-light,
- .jqx-info-light.jqx-combobox-arrow-normal-light,
- .jqx-info-light.jqx-action-button-light,
- .jqx-info-light:hover,
- .jqx-info-light:focus,
- .jqx-info-light:active,
- .jqx-info-light.active,
- .jqx-info-light.disabled,
- .jqx-info-light[disabled] {
- color: #fff !important;
- background: #5bc0de !important;
- border-color: #5bc0de!important;
- text-shadow: none !important;
- }
- .jqx-fill-state-pressed-light.jqx-info-light,
- .jqx-info-light:active,
- .jqx-info-light.active {
- text-shadow: none !important;
- color: #fff !important;
- background: #5bc0de !important;
- border-color: #5bc0de!important;
- }
- .jqx-fill-state-pressed-light {
- background-image: none;
- outline: 0;
- }
- .jqx-grid-cell-light {
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- }
- .jqx-grid-column-menubutton-light {
- background-color: transparent;
- border-color: #ddd !important;
- }
- .jqx-cell-light {
- font-size: 14px;
- }
- .jqx-calendar-light > div {
- padding: 10px;
- box-sizing: border-box;
- }
- .jqx-calendar-light .jqx-widget-header-light
- {
- background-color: #fff;
- font-size:12px;
- box-shadow:none;
- }
- .jqx-calendar-row-header-light, .jqx-calendar-top-left-header-light {
- background-color: #f0f0f0;
- border-color: #f2f2f2;
- box-shadow:none;
- }
- .jqx-calendar-title-content-light {
- font-weight:bold;
- }
- .jqx-calendar-column-header-light {
- background-color: #FFF;
- border-top-color: #fff;
- box-shadow:none;
- border-bottom-color: #e9e9e9;
- }
- .jqx-calendar-light > div {
- padding: 10px;
- box-sizing: border-box;
- }
- .jqx-expander-header-light {
- padding-top: 10px; padding-bottom: 10px;
- }
- .jqx-expander-header.jqx-fill-state-hover-light,
- .jqx-expander-header.jqx-fill-state-normal-light,
- .jqx-expander-header.jqx-fill-state-pressed-light
- {
- background: #fff;
- border-color: #e0e0e0;
- color: #333;
- }
- .jqx-expander-header.jqx-fill-state-hover-light {
- background: #f6f6f6;
- }
- .jqx-expander-header.jqx-fill-state-focus-light {
- border-color: #0077BE;
- }
- .jqx-expander-content.jqx-fill-state-focus-light {
- border-color: #e0e0e0;
- background: #fdfdfd;
- }
- .jqx-expander-header-light {
- padding:10px;
- }
- .jqx-ribbon-header-vertical-light, .jqx-widget-header-vertical-light {
- background:#f0f0f0;
- }
- .jqx-scrollbar-state-normal-light {
- background-color: #f8f8f8;
- border: 1px solid #f8f8f8;
- border-left-color: #ddd;
- }
- .jqx-scrollbar-thumb-state-normal-light, .jqx-scrollbar-thumb-state-normal-horizontal-light {
- background: #f6f6f6;
- border-color: #b3b3b3;
- }
- .jqx-scrollbar-thumb-state-hover-light, .jqx-scrollbar-thumb-state-hover-horizontal-light {
- background: #e6e6e6;
- border-color: #b3b3b3;
- box-shadow: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- }
- .jqx-progressbar-light {
- background: #f7f7f7 !important;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- }
- .jqx-progressbar-value-light, .jqx-splitter-collapse-button-horizontal-light {
- background: #0077BE;
- }
- .jqx-splitter-collapse-button-vertical-light, .jqx-progressbar-value-vertical-light {
- background: #0077BE;
- }
- .jqx-scrollbar-thumb-state-pressed-light, .jqx-splitter-splitbar-vertical-light, .jqx-splitter-splitbar-horizontal-light, .jqx-scrollbar-thumb-state-pressed-horizontal-light,
- .jqx-scrollbar-button-state-pressed-light
- {
- background: #d9d9d9;
- border-color: #b3b3b3;
- box-shadow: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- }
- .jqx-grid-column-sortdescbutton-light, jqx-grid-column-filterbutton-light, .jqx-grid-column-sortascbutton-light {
- background-color: transparent;
- border-style: solid;
- border-width: 0px 0px 0px 0px;
- border-color: #ddd;
- }
- .jqx-menu-vertical-light {
- background: #ffffff;
- filter: none;
- }
- .jqx-checkbox-check-checked-light {
- background: transparent url(images/material_check_black.png) center center no-repeat;
- }
- .jqx-checkbox-check-indeterminate-light {
- width:14px !important;
- height:14px !important;
- position:relative;
- top: 1px;
- left: 1px;
- background: #0379BF;
- }
- .jqx-checkbox-hover {
- box-shadow: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- }
- .jqx-combobox-content-light, .jqx-input-light {
- }
- .jqx-combobox-content-light {
- border-color: #ddd;
- border-color: rgba(0, 0, 0, 0.25);
- }
- .jqx-grid-bottomright-light, .jqx-panel-bottomright-light, .jqx-listbox-bottomright-light {
- background-color: #f8f8f8;
- }
- .jqx-window-light, .jqx-tooltip-light {
- box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0,0,0,0.15);
- }
- .jqx-docking-light .jqx-window-light {
- box-shadow: none;
- }
- .jqx-docking-panel-light .jqx-window-light {
- box-shadow: none;
- }
- .jqx-radiobutton-light {
- box-shadow: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- background-repeat: no-repeat;
- background: none;
- }
- .jqx-radiobutton-light-light, .jqx-radiobutton-hover-light {
- -moz-border-radius: 100%;
- -webkit-border-radius: 100%;
- border-radius: 100%;
- background-repeat: no-repeat;
- }
- .jqx-radiobutton-check-checked-light {
- filter: none;
- background: #0077BE;
- background-repeat: no-repeat;
- -moz-border-radius: 100%;
- -webkit-border-radius: 100%;
- border-radius: 100%;
- }
- .jqx-radiobutton-check-indeterminate-light {
- filter: none;
- background: #999;
- -moz-border-radius: 100%;
- -webkit-border-radius: 100%;
- border-radius: 100%;
- }
- .jqx-radiobutton-check-indeterminate-disabled-light {
- filter: none;
- background: #999;
- -moz-border-radius: 100%;
- -webkit-border-radius: 100%;
- border-radius: 100%;
- }
- .jqx-slider-track-horizontal-light, .jqx-slider-track-vertical-light {
- border-color: #ddd;
- background: #f0f0f0;
- }
- .jqx-slider-button-light {
- -moz-border-radius: 100%;
- -webkit-border-radius: 100%;
- border-radius: 100%;
- background-color: transparent;
- border-color: transparent !important;
- }
- .jqx-slider-slider-light {
- transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease;
- }
- .jqx-slider-has-value-light {
- -moz-border-radius: 100%;
- -webkit-border-radius: 100%;
- border-radius: 100%;
- background-color: #0077BE;
- border-color: #0077BE !important;
- }
- .jqx-slider-slider-light:active {
- transform: scale(1.2);
- box-shadow: rgba(0,0,0,0.3) 0 0 10px;
- }
- .jqx-slider-tooltip-light, .jqx-slider-tooltip-light .jqx-fill-state-normal-light {
- border-radius: 4px;
- display: flex;
- align-items: center;
- justify-content: center;
- background: #0077BE;
- border-color: #0077BE;
- color: #fff;
- font-size:11px;
- }
- .jqx-slider-tooltip-light .jqx-tooltip-arrow-t-b,
- .jqx-slider-tooltip-light .jqx-tooltip-arrow-l-r {
- background: #0077BE;
- border-color: #0077BE;
- }
- .jqx-listitem-state-normal-light,
- .jqx-listitem-state-hover-light,
- .jqx-listitem-state-selected-light
- {
- padding-top:5px;
- padding-bottom:5px;
- margin:0px;
- border-radius: 0px;
- }
- .jqx-listitem-state-normal-light.checkboxes,
- .jqx-listitem-state-hover-light.checkboxes,
- .jqx-listitem-state-selected-light.checkboxes {
- border-radius: 4px;
- }
- .jqx-listitem-element-light {
-
- }
- /*applied to a list item when the item is selected.*/
- .jqx-listitem-state-hover-light, .jqx-menu-item-hover-light, .jqx-tree-item-hover-light, .jqx-calendar-cell-hover-light, .jqx-grid-cell-hover-light,
- .jqx-menu-vertical-light .jqx-menu-item-top-hover-light, .jqx-input-popup-light .jqx-fill-state-hover-light,
- .jqx-input-popup-light .jqx-fill-state-pressed-light {
- color: #0077BE !important;
- border-color: #e1f5fe;
- text-decoration: none;
- background-color: #e1f5fe;
- background-repeat: repeat-x;
- outline: 0;
- background: #e1f5fe; /* Old browsers */
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- background-position: 0 0;
- }
- .jqx-scheduler-cell-hover-light {
- border-color: #e3f5fb !important;
- background: #e3f5fb !important;
- }
- .jqx-grid-table-dark {
- font-size: 14px;
- }
- .jqx-listitem-state-selected-light, .jqx-menu-item-selected-light, .jqx-tree-item-selected-light, .jqx-calendar-cell-selected-light, .jqx-grid-cell-selected-light,
- .jqx-menu-vertical-light .jqx-menu-item-top-selected-light, .jqx-grid-selectionarea-light, .jqx-input-button-header-light, .jqx-input-button-innerHeader-light {
- color: #ffffff !important;
- background-color: #0077BE;
- *background-color: #0077BE;
- background-repeat: repeat-x;
- border-color: #0077BE !important;
- background: #0077BE; /* Old browsers */
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- }
- .jqx-scheduler-cell-selected-light {
- border-color: #0077BE !important;
- background: #0077BE !important;
- }
- .jqx-grid-cell-light .jqx-button-light, .jqx-grid-cell-light .jqx-button-light.jqx-fill-state-hover-light, .jqx-grid-cell-light .jqx-button-light.jqx-fill-state-pressed-light {
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- -webkit-transition: none;
- -moz-transition: none;
- -o-transition: none;
- transition: none;
- }
- .jqx-popup-light {
- border: 1px solid #ddd;
- *border-right-width: 2px;
- *border-bottom-width: 2px;
- -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
- -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
- }
- .jqx-grid-column-sortascbutton-light, .jqx-expander-arrow-bottom-light, .jqx-window-collapse-button-light, .jqx-menu-item-arrow-up-light, .jqx-menu-item-arrow-up-selected-light, .jqx-menu-item-arrow-top-up-light, .jqx-icon-arrow-up-light, .jqx-icon-arrow-up-hover-light, .jqx-icon-arrow-up-selected-light {
- background-image: url('images/metro-icon-up.png');
- background-repeat: no-repeat;
- background-position: center;
- }
- .jqx-widget-light .jqx-grid-group-expand-light, .jqx-grid-group-expand-light, .jqx-grid-column-menubutton-light, .jqx-grid-column-sortdescbutton-light, .jqx-expander-arrow-top-light, .jqx-window-collapse-button-collapsed-light, .jqx-menu-item-arrow-down-light, .jqx-menu-item-arrow-down-selected-light, .jqx-menu-item-arrow-down-light, .jqx-icon-arrow-down-light, .jqx-icon-arrow-down-hover-light, .jqx-icon-arrow-down-selected-light {
- background-image: url('images/metro-icon-down.png');
- background-repeat: no-repeat;
- background-position: center;
- }
- .jqx-tabs-arrow-left-light, .jqx-menu-item-arrow-left-selected-light, .jqx-menu-item-arrow-top-left, .jqx-icon-arrow-left-light, .jqx-icon-arrow-down-left-light, .jqx-icon-arrow-left-selected-light {
- background-image: url('images/metro-icon-left.png');
- background-repeat: no-repeat;
- background-position: center;
- }
- .jqx-widget-light .jqx-grid-group-collapse-light, .jqx-grid-group-collapse-light, .jqx-tabs-arrow-right-light, .jqx-menu-item-arrow-right-selected-light, .jqx-menu-item-arrow-top-right-light, .jqx-icon-arrow-right-light, .jqx-icon-arrow-right-hover-light, .jqx-icon-arrow-right-selected-light {
- background-image: url('images/metro-icon-right.png');
- background-repeat: no-repeat;
- background-position: center;
- }
- .jqx-tree-item-arrow-collapse-rtl-light, .jqx-tree-item-arrow-collapse-hover-rtl-light {
- background-image: url(images/metro-icon-left.png);
- }
- .jqx-menu-item-arrow-left-selected-light {
- background-image: url('images/metro-icon-left-white.png');
- background-repeat: no-repeat;
- background-position: center;
- }
- .jqx-menu-item-arrow-right-selected-light {
- background-image: url('images/metro-icon-right-white.png');
- background-repeat: no-repeat;
- background-position: center;
- }
- .jqx-input-button-content-light {
- font-size: 10px;
- }
- .jqx-widget .jqx-grid-cell, .jqx-widget .jqx-grid-column-header, .jqx-widget .jqx-grid-group-cell {border-color: #ddd;}
- .jqx-grid-groups-row-light > span {
- padding-left: 4px;
- }
- .jqx-combobox-content-light, .jqx-input-light {
- border-color: #ddd;
- color: #555555;
- background-color: #ffffff;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- }
- .jqx-combobox-content-light, .jqx-combobox-light, .jqx-combobox-state-normal-light {
- border-color: #ddd;
- }
- .jqx-combobox-content-focus-light, .jqx-combobox-state-focus-light, .jqx-fill-state-focus-light,
- .jqx-numberinput-focus-light {
- outline: none;
- border-color: #959595;
- }
- input[type="text"].jqx-input-light, input[type="password"].jqx-input-light, input[type="text"].jqx-widget-content-light, input[type="textarea"].jqx-widget-content-light, textarea.jqx-input-light {
- font-size: 14px;
- padding-left:3px;
- padding-right: 3px;
- resize: none;
- }
- input[type="text"].jqx-input-light:-moz-placeholder, input[type="text"].jqx-widget-content-light:-moz-placeholder, input[type="textarea"].jqx-widget-content-light:-moz-placeholder, textarea.jqx-input-light:-moz-placeholder {
- color: #999999;
- }
- input[type="text"].jqx-input-light:-webkit-input-placeholder, input[type="text"].jqx-widget-content-light:-webkit-input-placeholder, input[type="textarea"].jqx-widget-content-light:-webkit-input-placeholder, textarea.jqx-input-light:-webkit-input-placeholder {
- color: #999999;
- }
- input[type="text"].jqx-input-light:-ms-input-placeholder, input[type="text"].jqx-widget-content-light:-ms-input-placeholder, input[type="textarea"].jqx-widget-content-light:-ms-input-placeholder, textarea.jqx-input-light:-ms-input-placeholder {
- color: #999999;
- }
- .jqx-combobox-content-light, .jqx-input-light {
- border-color: #ddd;
- color: #555555;
- background-color: #ffffff;
- }
- .jqx-combobox-content-light, .jqx-combobox-light, .jqx-combobox-state-normal-light {
- border-color: #ddd;
- }
- .jqx-combobox-content-focus-light, .jqx-combobox-state-focus-light, .jqx-fill-state-focus-light,
- .jqx-numberinput-focus-light {
- outline: none;
- border-color: #0077BE;
- }
- .jqx-popup-light.jqx-fill-state-focus-light
- {
- outline: none;
- border-color: #ddd !important;
- }
- .jqx-datetimeinput-content, .jqx-datetimeinput-container {
- overflow: visible !important;
- }
- .jqx-slider-rangebar-light {
- border-color: #0077BE;
- background: #0077BE;
- }
- .jqx-switchbutton-light{
- border-radius: 15px;
- }
- .jqx-switchbutton-light .jqx-fill-state-normal-light,
- .jqx-switchbutton-light .jqx-fill-state-hover-light,
- .jqx-switchbutton-light .jqx-fill-state-pressed-light {
- border-color: #0077BE;
- background: #0077BE;
- }
- .jqx-grid-cell-light.jqx-grid-cell-selected-light>.jqx-grid-group-expand-light {
- background-image: url('images/metro-icon-down-white.png');
- background-repeat: no-repeat;
- background-position: center;
- }
- .jqx-grid-cell-light.jqx-grid-cell-selected-light>.jqx-grid-group-collapse-light{
- background-image: url('images/metro-icon-right-white.png');
- background-repeat: no-repeat;
- background-position: center;
- }
- .jqx-grid-cell-light.jqx-grid-cell-selected-light>.jqx-grid-group-collapse-rtl-light{
- background-image: url('images/metro-icon-left-white.png');
- background-repeat: no-repeat;
- background-position: center;
- }
- .jqx-grid-cell-light.jqx-grid-cell-selected-light>.jqx-grid-group-expand-rtl-light {
- background-image: url('images/metro-icon-down-white.png');
- background-repeat: no-repeat;
- background-position: center;
- }
- .jqx-tabs-title-selected-top-light, .jqx-tabs-selection-tracker-top-light {
- border-color: transparent;
- filter: none;
- background: #fff;
- color: #333;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- }
- .jqx-tabs-arrow-background-light{
- background: #fff;
- border:none;
- box-shadow:none;
- }
- .jqx-tabs-title-light, .jqx-ribbon-item-light {
- color: #333;
- }
- .jqx-tabs-title-selected-bottom-light,
- .jqx-tabs-title-selected-top-light
- {
- padding-top:5px;
- padding-bottom:5px;
- color: #1997C6;
- font-weight:500;
- }
- .jqx-tabs-title.jqx-fill-state-hover-light {
- border-color: transparent;
- }
- .jqx-ribbon-item-light {
- cursor: pointer;
- }
- .jqx-ribbon-item-selected-light {
- color: #1997C6;
- font-weight:500;
- border-color: transparent;
- }
- .jqx-ribbon-item-hover-light {
- background: transparent;
- border-color: transparent;
- }
- .jqx-ribbon-header-top-light {
- border-color: transparent;
- border-bottom-color: #E0E0E0;
- }
- .jqx-ribbon-header-bottom-light {
- border-color: transparent;
- border-top-color: #E0E0E0;
- }
- .jqx-ribbon-header-right-light {
- border-color: transparent;
- border-left-color:#E0E0E0;
- }
- .jqx-ribbon-header-left-light {
- border-color: transparent;
- border-right-color:#E0E0E0;
- }
- .jqx-tabs-title-selected-bottom-light, .jqx-tabs-selection-tracker-bottom-light {
- border-color: transparent;
- border-top: 1px solid #fff;
- filter: none;
- background: #fff;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- }
- .jqx-tabs-light, .jqx-ribbon-light {
- border-color: transparent;
- }
- .jqx-tabs-header-light, .jqx-ribbon-header-light {
- background: transparent;
- }
- .jqx-tabs-position-bottom .jqx-tabs-header-light {
- border-color: transparent;
- }
- .jqx-layout-light .jqx-tabs-header-light, .jqx-layout-light .jqx-ribbon-header-light {
- background: #fff;
- border-color: #E0E0E0;
- }
- .jqx-tabs-title-bottom {
- border-color: transparent;
- }
- .jqx-tabs-title-hover-top-light, .jqx-tabs-title-hover-bottom-light, .jqx-tabs-header-light {
- -webkit-box-shadow: none !important;
- -moz-box-shadow: none !important;
- box-shadow: none !important;
- background: transparent;
- }
- .jqx-tabs-content-light {
- box-sizing: border-box;
- border: 1px solid #E0E0E0;
- border-top-color: transparent;
- padding:5px;
- }
- .jqx-tabs-bar-light {
- position: absolute;
- bottom: 0;
- background: #1997C6;
- height: 2px;
- z-index:20;
- transition: .5s cubic-bezier(.35,0,.25,1);
- }
- .jqx-tabs-bar-light.vertical {
- width: 2px;
- }
- .jqx-tabs-position-bottom .jqx-tabs-bar-light {
- top: 0;
- }
- .jqx-window-content-light {
- box-sizing:border-box;
- }
- .jqx-layout-light
- {
- background-color: #cccccc;
- }
- .jqx-kanban-column-header-collapsed-light {
- background: -moz-linear-gradient(0deg, rgba(248,248,248,1) 0%, rgba(234,234,234,1) 100%); /* ff3.6+ */
- background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(248,248,248,1)), color-stop(100%, rgba(234,234,234,1))); /* safari4+,chrome */
- background: -webkit-linear-gradient(0deg, rgba(248,248,248,1) 0%, rgba(234,234,234,1) 100%); /* safari5.1+,chrome10+ */
- background: -o-linear-gradient(0deg, rgba(248,248,248,1) 0%, rgba(234,234,234,1) 100%); /* opera 11.10+ */
- background: -ms-linear-gradient(0deg, rgba(248,248,248,1) 0%, rgba(234,234,234,1) 100%); /* ie10+ */
- background: linear-gradient(90deg, rgba(248,248,248,1) 0%, rgba(234,234,234,1) 100%); /* w3c */
- }
- .jqx-calendar-light td {
- font-size: 12px;
- }
- .jqx-grid-column-menubutton-light {
- background-image: url('images/metro-icon-down.png');
- }
- .jqx-grid-pager-top-light .jqx-grid-pager-number-light,
- .jqx-grid-pager-light .jqx-grid-pager-number-light {
- background-color: transparent;
- border-color: transparent;
- color: rgba(0,0,0,.54) !important;
- font-size:12px;
- }
- .jqx-grid-pager-top-light .jqx-grid-pager-number-light:hover,
- .jqx-grid-pager-light .jqx-grid-pager-number-light:hover {
- font-size:12px;
- }
- .jqx-grid-pager-top-light .jqx-grid-pager-number-light.jqx-fill-state-pressed-light ,
- .jqx-grid-pager-light .jqx-grid-pager-number-light.jqx-fill-state-pressed-light {
- color: #0077BE !important;
- font-weight: bold !important;
- }
- .jqx-menu-item-arrow-up-selected-light, .jqx-icon-arrow-up-selected-light{background-image:url('images/metro-icon-up-white.png');background-repeat:no-repeat;background-position:center;}
- .jqx-menu-item-arrow-down-selected-light, .jqx-icon-arrow-down-selected-light{background-image:url('images/metro-icon-down-white.png');background-repeat:no-repeat;background-position:center;}
- .jqx-menu-item-arrow-left-selected-light, .jqx-icon-arrow-left-selected-light{background-image:url('images/metro-icon-left-white.png');background-repeat:no-repeat;background-position:center;}
- .jqx-menu-item-arrow-right-selected-light, .jqx-icon-arrow-right-selected-light{background-image:url('images/metro-icon-right-white.png');background-repeat:no-repeat;background-position:center;}
- .jqx-tabs-close-button-light{background-image:url(images/close.png); background-repeat:no-repeat; background-position:center;}
- .jqx-tabs-close-button-selected-light{background-image:url(images/close.png); background-repeat:no-repeat; background-position:center;}
- .jqx-tabs-close-button-hover-light{background-image:url(images/close.png); background-repeat:no-repeat; background-position:center;}
- .jqx-scrollbar-button-state-pressed-light .jqx-icon-arrow-up-selected-light{background-image:url('images/metro-icon-up.png');background-repeat:no-repeat;background-position:center;}
- .jqx-scrollbar-button-state-pressed-light .jqx-icon-arrow-down-selected-light{background-image:url('images/metro-icon-down.png');background-repeat:no-repeat;background-position:center;}
- .jqx-scrollbar-button-state-pressed-light .jqx-icon-arrow-left-selected-light{background-image:url('images/metro-icon-left.png');background-repeat:no-repeat;background-position:center;}
- .jqx-scrollbar-button-state-pressed-light .jqx-icon-arrow-right-selected-light{background-image:url('images/metro-icon-right.png');background-repeat:no-repeat;background-position:center;}
- .jqx-grid-cell-light.jqx-grid-cell-selected-light>.jqx-grid-group-expand-light {
- background-image: url('images/metro-icon-down-white.png');
- background-repeat: no-repeat;
- background-position: center;
- }
- .jqx-grid-cell-light.jqx-grid-cell-selected-light>.jqx-grid-group-collapse-light{
- background-image: url('images/metro-icon-right-white.png');
- background-repeat: no-repeat;
- background-position: center;
- }
- .jqx-grid-cell-light.jqx-grid-cell-selected-light>.jqx-grid-group-collapse-rtl-light {
- background-image: url('images/metro-icon-left-white.png');
- background-repeat: no-repeat;
- background-position: center;
- }
- .jqx-grid-cell-light.jqx-grid-cell-selected-light>.jqx-grid-group-expand-rtl-light{
- background-image: url('images/metro-icon-down-white.png');
- background-repeat: no-repeat;
- background-position: center;
- }
- .jqx-grid-group-collapse-light {
- background-image: url(images/metro-icon-right.png);
- background-position: 50% 50%;
- background-repeat: no-repeat;
- }
- .jqx-grid-group-collapse-rtl-light
- {
- padding-right: 0px;
- background-image: url(images/metro-icon-left.png);
- background-position: 50% 50%;
- background-repeat: no-repeat;
- }
- .jqx-grid-group-expand-light, .jqx-grid-group-expand-rtl-light
- {
- padding-right: 0px;
- background-image: url(images/metro-icon-down.png);
- background-position: 50% 50%;
- background-repeat: no-repeat;
- }
- .jqx-icon-arrow-first-light
- {
- background-image: url('images/metro-icon-first.png');
- background-repeat: no-repeat;
- background-position: center;
- }
- .jqx-icon-arrow-last-light
- {
- background-image: url('images/metro-icon-last.png');
- background-repeat: no-repeat;
- background-position: center;
- }
- .jqx-icon-arrow-first-hover-light
- {
- background-image: url('images/metro-icon-first.png');
- background-repeat: no-repeat;
- background-position: center;
- }
- .jqx-icon-arrow-last-hover-light
- {
- background-image: url('images/metro-icon-last.png');
- background-repeat: no-repeat;
- background-position: center;
- }
- .jqx-icon-arrow-first-selected-light
- {
- background-image: url('images/metro-icon-first-white.png');
- background-repeat: no-repeat;
- background-position: center;
- }
- .jqx-icon-arrow-last-selected-light
- {
- background-image: url('images/metro-icon-last-white.png');
- background-repeat: no-repeat;
- background-position: center;
- }
- .jqx-icon-calendar-pressed-light {
- background-image: url('images/icon-calendar-white.png');
- }
- .jqx-icon-time-pressed-light {
- background-image: url('images/icon-time-white.png');
- }
- .jqx-icon-time-light{
- margin-left:1px;
- }
- .sorticon, .filtericon {
- box-shadow:none;
- }
- .sorticon.descending .jqx-grid-column-sorticon-light {
- margin-top:-1px;
- }
- .sorticon.ascending .jqx-grid-column-sorticon-light {
- margin-top:1px;
- }
- .jqx-dropdownlist-state-normal-light .jqx-icon-arrow-down-light,
- .jqx-combobox-state-normal-light .jqx-icon-arrow-down-light,
- .sorticon.descending .jqx-grid-column-sorticon-light,
- .jqx-tree-item-arrow-expand-light,
- .jqx-expander-header-light .jqx-icon-arrow-down
- {
- transform: rotate(0deg);
- transition: transform 0.2s ease-out;
- }
- .jqx-expander-header-light .jqx-icon-arrow-up {
- transform: rotate(180deg);
- transition: transform 0.2s ease-out;
- background-image: url('images/metro-icon-down.png');
- }
- .jqx-tree-item-arrow-collapse-light
- {
- transform: rotate(-90deg);
- background-image: url('images/metro-icon-down.png');
- background-repeat: no-repeat;
- background-position: center;
- transition: transform 0.2s ease-out;
- }
- .jqx-dropdownlist-state-selected-light .jqx-icon-arrow-down-light,
- .jqx-combobox-state-selected-light .jqx-icon-arrow-down-light,
- .sorticon.ascending .jqx-grid-column-sorticon-light
- {
- transform: rotate(180deg);
- transition: transform 0.2s ease-out;
- }
- .jqx-combobox-state-selected-light .jqx-icon-arrow-down-light{
- left:0px;
- }
- .jqx-primary .jqx-icon-arrow-down-light, .jqx-warning .jqx-icon-arrow-down-light, .jqx-danger .jqx-icon-arrow-down-light, .jqx-success .jqx-icon-arrow-down-light, .jqx-info .jqx-icon-arrow-down-light {
- background-image: url('images/metro-icon-down-white.png');
- }
- .jqx-primary .jqx-icon-arrow-down-selected-light, .jqx-warning .jqx-icon-arrow-down-selected-light, .jqx-danger .jqx-icon-arrow-down-selected-light, .jqx-success .jqx-icon-arrow-down-selected-light, .jqx-info .jqx-icon-arrow-down-selected-light {
- background-image: url('images/metro-icon-down-white.png');
- }
- .jqx-primary .jqx-icon-arrow-down-hover-light, .jqx-warning .jqx-icon-arrow-down-hover-light, .jqx-danger .jqx-icon-arrow-down-hover-light, .jqx-success .jqx-icon-arrow-down-hover-light, .jqx-info .jqx-icon-arrow-down-hover-light {
- background-image: url('images/metro-icon-down-white.png');
- }
- .jqx-primary .jqx-icon-arrow-up-light, .jqx-warning .jqx-icon-arrow-up-light, .jqx-danger .jqx-icon-arrow-up-light, .jqx-success .jqx-icon-arrow-up-light, .jqx-info .jqx-icon-arrow-up-light {
- background-image: url('images/metro-icon-up-white.png');
- }
- .jqx-primary .jqx-icon-arrow-up-selected-light, .jqx-warning .jqx-icon-arrow-up-selected-light, .jqx-danger .jqx-icon-arrow-up-selected-light, .jqx-success .jqx-icon-arrow-up-selected-light, .jqx-info .jqx-icon-arrow-up-selected-light {
- background-image: url('images/metro-icon-up-white.png');
- }
- .jqx-primary .jqx-icon-arrow-up-hover-light, .jqx-warning .jqx-icon-arrow-up-hover-light, .jqx-danger .jqx-icon-arrow-up-hover-light, .jqx-success .jqx-icon-arrow-up-hover-light, .jqx-info .jqx-icon-arrow-up-hover-light {
- background-image: url('images/metro-icon-up-white.png');
- }
- .jqx-primary .jqx-icon-arrow-left-light, .jqx-warning .jqx-icon-arrow-left-light, .jqx-danger .jqx-icon-arrow-left-light, .jqx-success .jqx-icon-arrow-left-light, .jqx-info .jqx-icon-arrow-left-light {
- background-image: url('images/metro-icon-left-white.png');
- }
- .jqx-primary .jqx-icon-arrow-left-selected-light, .jqx-warning .jqx-icon-arrow-left-selected-light, .jqx-danger .jqx-icon-arrow-left-selected-light, .jqx-success .jqx-icon-arrow-left-selected-light, .jqx-info .jqx-icon-arrow-left-selected-light {
- background-image: url('images/metro-icon-left-white.png');
- }
- .jqx-primary .jqx-icon-arrow-left-hover-light, .jqx-warning .jqx-icon-arrow-left-hover-light, .jqx-danger .jqx-icon-arrow-left-hover-light, .jqx-success .jqx-icon-arrow-left-hover-light, .jqx-info .jqx-icon-arrow-left-hover-light {
- background-image: url('images/metro-icon-left-white.png');
- }
- .jqx-primary .jqx-icon-arrow-right-light, .jqx-warning .jqx-icon-arrow-right-light, .jqx-danger .jqx-icon-arrow-right-light, .jqx-success .jqx-icon-arrow-right-light, .jqx-info .jqx-icon-arrow-right-light {
- background-image: url('images/metro-icon-right-white.png');
- }
- .jqx-primary .jqx-icon-arrow-right-selected-light, .jqx-warning .jqx-icon-arrow-right-selected-light, .jqx-danger .jqx-icon-arrow-right-selected-light, .jqx-success .jqx-icon-arrow-right-selected-light, .jqx-info .jqx-icon-arrow-right-selected-light {
- background-image: url('images/metro-icon-right-white.png');
- }
- .jqx-primary .jqx-icon-arrow-right-hover-light, .jqx-warning .jqx-icon-arrow-right-hover-light, .jqx-danger .jqx-icon-arrow-right-hover-light, .jqx-success .jqx-icon-arrow-right-hover-light, .jqx-info .jqx-icon-arrow-right-hover-light {
- background-image: url('images/metro-icon-right-white.png');
- }
- .jqx-slider-tooltip-light.jqx-primary-slider, .jqx-slider-tooltip-light.jqx-primary-slider .jqx-fill-state-normal-light {
- border-color: #1ca8dd;
- background: #1ca8dd;
- }
- .jqx-slider-tooltip-light.jqx-success-slider, .jqx-slider-tooltip-light.jqx-success-slider .jqx-fill-state-normal-light {
- border-color: #5cb85c;
- background: #5cb85c;
- }
- .jqx-slider-tooltip-light.jqx-inverse-slider, .jqx-slider-tooltip-light.jqx-inverse-slider .jqx-fill-state-normal-light {
- border-color: #666;
- background: #666;
- }
- .jqx-slider-tooltip-light.jqx-danger-slider, .jqx-slider-tooltip-light.jqx-danger-slider .jqx-fill-state-normal-light {
- border-color: #d9534f;
- background: #d9534f;
- }
- .jqx-slider-tooltip-light.jqx-warning-slider, .jqx-slider-tooltip-light.jqx-warning-slider .jqx-fill-state-normal-light {
- border-color: #f0ad4e;
- background: #f0ad4e;
- }
- .jqx-slider-tooltip-light.jqx-info-slider, .jqx-slider-tooltip-light.jqx-info-slider .jqx-fill-state-normal-light {
- border-color: #5bc0de;
- background: #5bc0de;
- }
- .jqx-fill-state-pressed-light .jqx-icon-delete-light
- {
- background-image: url('images/icon-delete-white.png');
- }
- .jqx-fill-state-pressed-light .jqx-icon-edit-light
- {
- background-image: url('images/icon-edit-white.png');
- }
- .jqx-fill-state-pressed-light .jqx-icon-save-light
- {
- background-image: url('images/icon-save-white.png');
- }
- .jqx-fill-state-pressed-light .jqx-icon-cancel-light
- {
- background-image: url('images/icon-cancel-white.png');
- }
- .jqx-fill-state-pressed-light .jqx-icon-search-light
- {
- background-image: url(images/search_white.png);
- }
- .jqx-fill-state-pressed-light .jqx-icon-plus-light
- {
- background-image: url(images/plus_white.png);
- }
- .jqx-fill-state-pressed-light .jqx-menu-minimized-button-light {
- background-image: url('images/icon-menu-minimized-white.png');
- }
- .jqx-fill-state-pressed-light .jqx-editor-toolbar-icon-light {
- background: url('images/html_editor_white.png') no-repeat;
- }
- .jqx-editor-toolbar-button-light{
- border-color: #ddd;
- }
|