cronapp-framework-js 2.9.0-SNAPSHOT.2 → 2.9.1-SNAPSHOT.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/crn-enterprise-combobox-multiple.components.json +1 -1
- package/components/crn-enterprise-dynamic-combobox.components.json +1 -1
- package/components/cron-breadcrumbs.components.json +2 -2
- package/components/cron-ordered-list.components.json +8 -8
- package/components/templates/accordion.template.html +6 -6
- package/components/templates/cron-breadcrumbs.template.html +5 -3
- package/components/templates/cron-dynamic-menu.template.html +1 -1
- package/components/templates/cron-grid.designtime.html +63 -64
- package/components/templates/list.template.html +1 -1
- package/components/templates/radiogroup.template.html +1 -1
- package/css/themes/aquamarine.min.css +6 -0
- package/css/themes/cerulean.min.css +4 -3
- package/css/themes/custom/aquamarine/custom-aquamarine.min.css +3085 -0
- package/css/themes/custom/aquamarine/font/WorkSans-Black.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-Black.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-BlackItalic.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-BlackItalic.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-Bold.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-Bold.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-BoldItalic.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-BoldItalic.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-ExtraBold.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-ExtraBold.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-ExtraLight.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-ExtraLight.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-Italic.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-Italic.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-Light.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-Light.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-LightItalic.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-LightItalic.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-Medium.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-Medium.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-MediumItalic.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-MediumItalic.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-Regular.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-Regular.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-SemiBold.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-SemiBold.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-Thin.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-Thin.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-ThinItalic.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-ThinItalic.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/fonts.css +162 -0
- package/css/themes/custom/aquamarine/img/arrow-gray.svg +3 -0
- package/css/themes/custom/aquamarine/img/arrow-white.svg +3 -0
- package/css/themes/custom/cerulean/button-cerulean.css +277 -0
- package/css/themes/custom/cerulean/custom-cerulean.css +322 -0
- package/css/themes/custom/cerulean/img/arrow-gray.svg +10 -0
- package/css/themes/custom/cerulean/img/arrow-white.svg +10 -0
- package/css/themes/custom/cerulean/navbar-cerulean.css +42 -0
- package/css/themes/custom/cerulean/panel-cerulean.css +51 -0
- package/css/themes/custom/darkly/custom-darkly.css +348 -0
- package/css/themes/custom/darkly/navbar-darkly.css +49 -0
- package/css/themes/custom/darkly/panel-darkly.css +90 -0
- package/css/themes/custom/dsgov/custom-dsgov.min.css +293 -43
- package/css/themes/custom/flatly/custom-flatly.css +317 -0
- package/css/themes/custom/flatly/navbar-flatly.css +48 -0
- package/css/themes/custom/flatly/panel-flatly.css +83 -0
- package/css/themes/custom/fuse/custom-fuse.min.css +1 -1
- package/css/themes/custom/lumen/custom-lumen.min.css +2989 -1085
- package/css/themes/custom/lumen/font/SourceSansPro-Black.woff +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-Black.woff2 +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-BlackIt.woff +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-BlackIt.woff2 +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-Bold.woff +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-Bold.woff2 +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-BoldIt.woff +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-BoldIt.woff2 +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-ExtraLight.woff +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-ExtraLight.woff2 +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-ExtraLightIt.woff +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-ExtraLightIt.woff2 +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-It.woff +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-It.woff2 +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-Light.woff +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-Light.woff2 +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-LightIt.woff +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-LightIt.woff2 +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-Regular.woff +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-Regular.woff2 +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-Semibold.woff +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-Semibold.woff2 +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-SemiboldIt.woff +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-SemiboldIt.woff2 +0 -0
- package/css/themes/custom/lumen/font/fonts.css +108 -0
- package/css/themes/custom/lumen/img/arrow-gray.svg +11 -0
- package/css/themes/custom/lumen/img/arrow-white.svg +11 -0
- package/css/themes/custom/material/custom-material.css +3311 -172
- package/css/themes/custom/material/font/Roboto-Black.woff +0 -0
- package/css/themes/custom/material/font/Roboto-Black.woff2 +0 -0
- package/css/themes/custom/material/font/Roboto-BlackItalic.woff +0 -0
- package/css/themes/custom/material/font/Roboto-BlackItalic.woff2 +0 -0
- package/css/themes/custom/material/font/Roboto-Bold.woff +0 -0
- package/css/themes/custom/material/font/Roboto-Bold.woff2 +0 -0
- package/css/themes/custom/material/font/Roboto-BoldItalic.woff +0 -0
- package/css/themes/custom/material/font/Roboto-BoldItalic.woff2 +0 -0
- package/css/themes/custom/material/font/Roboto-Italic.woff +0 -0
- package/css/themes/custom/material/font/Roboto-Italic.woff2 +0 -0
- package/css/themes/custom/material/font/Roboto-Light.woff +0 -0
- package/css/themes/custom/material/font/Roboto-Light.woff2 +0 -0
- package/css/themes/custom/material/font/Roboto-LightItalic.woff +0 -0
- package/css/themes/custom/material/font/Roboto-LightItalic.woff2 +0 -0
- package/css/themes/custom/material/font/Roboto-Medium.woff +0 -0
- package/css/themes/custom/material/font/Roboto-Medium.woff2 +0 -0
- package/css/themes/custom/material/font/Roboto-MediumItalic.woff +0 -0
- package/css/themes/custom/material/font/Roboto-MediumItalic.woff2 +0 -0
- package/css/themes/custom/material/font/Roboto-Regular.woff +0 -0
- package/css/themes/custom/material/font/Roboto-Regular.woff2 +0 -0
- package/css/themes/custom/material/font/Roboto-Thin.woff +0 -0
- package/css/themes/custom/material/font/Roboto-Thin.woff2 +0 -0
- package/css/themes/custom/material/font/Roboto-ThinItalic.woff +0 -0
- package/css/themes/custom/material/font/Roboto-ThinItalic.woff2 +0 -0
- package/css/themes/custom/material/font/fonts.css +108 -0
- package/css/themes/custom/material/img/arrow-gray.svg +11 -0
- package/css/themes/custom/material/img/arrow-white.svg +11 -0
- package/css/themes/custom/material_raiz/components_css/crn-scheduler.css +1 -1
- package/css/themes/custom/spacelab/button-spacelab.css +274 -0
- package/css/themes/custom/spacelab/custom-spacelab.css +253 -0
- package/css/themes/custom/spacelab/font/OpenSans-Bold.woff +0 -0
- package/css/themes/custom/spacelab/font/OpenSans-Bold.woff2 +0 -0
- package/css/themes/custom/spacelab/font/OpenSans-BoldItalic.woff +0 -0
- package/css/themes/custom/spacelab/font/OpenSans-BoldItalic.woff2 +0 -0
- package/css/themes/custom/spacelab/font/OpenSans-Extrabold.woff +0 -0
- package/css/themes/custom/spacelab/font/OpenSans-Extrabold.woff2 +0 -0
- package/css/themes/custom/spacelab/font/OpenSans-ExtraboldItalic.woff +0 -0
- package/css/themes/custom/spacelab/font/OpenSans-ExtraboldItalic.woff2 +0 -0
- package/css/themes/custom/spacelab/font/OpenSans-Italic.woff +0 -0
- package/css/themes/custom/spacelab/font/OpenSans-Italic.woff2 +0 -0
- package/css/themes/custom/spacelab/font/OpenSans-Light.woff +0 -0
- package/css/themes/custom/spacelab/font/OpenSans-Light.woff2 +0 -0
- package/css/themes/custom/spacelab/font/OpenSans-Semibold.woff +0 -0
- package/css/themes/custom/spacelab/font/OpenSans-Semibold.woff2 +0 -0
- package/css/themes/custom/spacelab/font/OpenSans-SemiboldItalic.woff +0 -0
- package/css/themes/custom/spacelab/font/OpenSans-SemiboldItalic.woff2 +0 -0
- package/css/themes/custom/spacelab/font/OpenSans.woff +0 -0
- package/css/themes/custom/spacelab/font/OpenSans.woff2 +0 -0
- package/css/themes/custom/spacelab/font/OpenSansLight-Italic.woff +0 -0
- package/css/themes/custom/spacelab/font/OpenSansLight-Italic.woff2 +0 -0
- package/css/themes/custom/spacelab/font/fonts.css +89 -0
- package/css/themes/custom/spacelab/navbar-spacelab.css +32 -0
- package/css/themes/custom/spacelab/panel-spacelab.css +109 -0
- package/css/themes/custom/superhero/custom-superhero.css +340 -0
- package/css/themes/custom/superhero/navbar-superhero.css +33 -0
- package/css/themes/custom/superhero/panel-superhero.css +58 -0
- package/css/themes/custom/superhero/tabs-superhero.css +25 -0
- package/css/themes/custom/theme-general/button.css +223 -0
- package/css/themes/custom/theme-general/carousel.css +5 -0
- package/css/themes/custom/theme-general/cookies.css +34 -0
- package/css/themes/custom/theme-general/forms.css +18 -0
- package/css/themes/custom/theme-general/login.css +21 -0
- package/css/themes/custom/theme-general/menu.css +23 -0
- package/css/themes/custom/theme-general/modal.css +13 -0
- package/css/themes/custom/theme-general/notification.css +27 -0
- package/css/themes/custom/theme-general/report-viewer.css +63 -0
- package/css/themes/custom/theme-general/scheduler.css +10 -0
- package/css/themes/custom/theme-general/slider.css +15 -0
- package/css/themes/custom/theme-general/table-grid.css +32 -0
- package/css/themes/custom/theme-general/tabs.css +49 -0
- package/css/themes/custom/theme-general/theme-general.css +180 -0
- package/css/themes/custom/theme-general/timeline.css +40 -0
- package/css/themes/custom/theme-general/treeview.css +74 -0
- package/css/themes/darkly.min.css +4 -3
- package/css/themes/flatly.min.css +4 -3
- package/css/themes/spacelab.min.css +5 -3
- package/css/themes/superhero.min.css +4 -3
- package/dist/components/js/format.min.js +1 -1
- package/dist/components/js/jquery.inputmask.bundle.js +1 -1
- package/dist/components/js/jquery.mask.min.js +1 -1
- package/dist/components/js/qrcode.js +1 -1
- package/dist/components/templates/accordion.template.html +1 -1
- package/dist/components/templates/cron-breadcrumbs.template.html +1 -1
- package/dist/components/templates/cron-dynamic-menu.template.html +1 -1
- package/dist/components/templates/cron-grid.designtime.html +1 -1
- package/dist/components/templates/list.template.html +1 -1
- package/dist/components/templates/radiogroup.template.html +1 -1
- package/dist/css/themes/aquamarine.min.css +1 -0
- package/dist/css/themes/custom/aquamarine/custom-aquamarine.min.css +1 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-Black.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-Black.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-BlackItalic.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-BlackItalic.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-Bold.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-Bold.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-BoldItalic.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-BoldItalic.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraBold.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraBold.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraLight.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraLight.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-Italic.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-Italic.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-Light.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-Light.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-LightItalic.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-LightItalic.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-Medium.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-Medium.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-MediumItalic.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-MediumItalic.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-Regular.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-Regular.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-SemiBold.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-SemiBold.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-Thin.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-Thin.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-ThinItalic.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-ThinItalic.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/fonts.css +1 -0
- package/dist/css/themes/custom/aquamarine/img/arrow-gray.svg +1 -0
- package/dist/css/themes/custom/aquamarine/img/arrow-white.svg +1 -0
- package/dist/css/themes/custom/cerulean/button-cerulean.css +1 -0
- package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -0
- package/dist/css/themes/custom/cerulean/custom-cerulean.min.css +1 -1
- package/dist/css/themes/custom/cerulean/img/arrow-gray.svg +1 -0
- package/dist/css/themes/custom/cerulean/img/arrow-white.svg +1 -0
- package/dist/css/themes/custom/cerulean/navbar-cerulean.css +1 -0
- package/dist/css/themes/custom/cerulean/panel-cerulean.css +1 -0
- package/dist/css/themes/custom/darkly/custom-darkly.css +1 -0
- package/dist/css/themes/custom/darkly/navbar-darkly.css +1 -0
- package/dist/css/themes/custom/darkly/panel-darkly.css +1 -0
- package/dist/css/themes/custom/dsgov/custom-dsgov.min.css +1 -1
- package/dist/css/themes/custom/flatly/custom-flatly.css +1 -0
- package/dist/css/themes/custom/flatly/navbar-flatly.css +1 -0
- package/dist/css/themes/custom/flatly/panel-flatly.css +1 -0
- package/dist/css/themes/custom/fuse/custom-fuse.min.css +1 -1
- package/dist/css/themes/custom/lumen/font/SourceSansPro-Black.woff +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-Black.woff2 +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-BlackIt.woff +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-BlackIt.woff2 +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-Bold.woff +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-Bold.woff2 +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-BoldIt.woff +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-BoldIt.woff2 +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-ExtraLight.woff +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-ExtraLight.woff2 +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-ExtraLightIt.woff +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-ExtraLightIt.woff2 +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-It.woff +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-It.woff2 +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-Light.woff +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-Light.woff2 +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-LightIt.woff +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-LightIt.woff2 +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-Regular.woff +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-Regular.woff2 +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-Semibold.woff +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-Semibold.woff2 +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-SemiboldIt.woff +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-SemiboldIt.woff2 +0 -0
- package/dist/css/themes/custom/lumen/font/fonts.css +1 -0
- package/dist/css/themes/custom/lumen/img/arrow-gray.svg +1 -0
- package/dist/css/themes/custom/lumen/img/arrow-white.svg +1 -0
- package/dist/css/themes/custom/material/custom-material.css +1 -1
- package/dist/css/themes/custom/material/custom-material.min.css +1 -0
- package/dist/css/themes/custom/material/font/Roboto-Black.woff +0 -0
- package/dist/css/themes/custom/material/font/Roboto-Black.woff2 +0 -0
- package/dist/css/themes/custom/material/font/Roboto-BlackItalic.woff +0 -0
- package/dist/css/themes/custom/material/font/Roboto-BlackItalic.woff2 +0 -0
- package/dist/css/themes/custom/material/font/Roboto-Bold.woff +0 -0
- package/dist/css/themes/custom/material/font/Roboto-Bold.woff2 +0 -0
- package/dist/css/themes/custom/material/font/Roboto-BoldItalic.woff +0 -0
- package/dist/css/themes/custom/material/font/Roboto-BoldItalic.woff2 +0 -0
- package/dist/css/themes/custom/material/font/Roboto-Italic.woff +0 -0
- package/dist/css/themes/custom/material/font/Roboto-Italic.woff2 +0 -0
- package/dist/css/themes/custom/material/font/Roboto-Light.woff +0 -0
- package/dist/css/themes/custom/material/font/Roboto-Light.woff2 +0 -0
- package/dist/css/themes/custom/material/font/Roboto-LightItalic.woff +0 -0
- package/dist/css/themes/custom/material/font/Roboto-LightItalic.woff2 +0 -0
- package/dist/css/themes/custom/material/font/Roboto-Medium.woff +0 -0
- package/dist/css/themes/custom/material/font/Roboto-Medium.woff2 +0 -0
- package/dist/css/themes/custom/material/font/Roboto-MediumItalic.woff +0 -0
- package/dist/css/themes/custom/material/font/Roboto-MediumItalic.woff2 +0 -0
- package/dist/css/themes/custom/material/font/Roboto-Regular.woff +0 -0
- package/dist/css/themes/custom/material/font/Roboto-Regular.woff2 +0 -0
- package/dist/css/themes/custom/material/font/Roboto-Thin.woff +0 -0
- package/dist/css/themes/custom/material/font/Roboto-Thin.woff2 +0 -0
- package/dist/css/themes/custom/material/font/Roboto-ThinItalic.woff +0 -0
- package/dist/css/themes/custom/material/font/Roboto-ThinItalic.woff2 +0 -0
- package/dist/css/themes/custom/material/font/fonts.css +1 -0
- package/dist/css/themes/custom/material/img/arrow-gray.svg +1 -0
- package/dist/css/themes/custom/material/img/arrow-white.svg +1 -0
- package/dist/css/themes/custom/material_raiz/components_css/crn-scheduler.css +1 -1
- package/dist/css/themes/custom/spacelab/button-spacelab.css +1 -0
- package/dist/css/themes/custom/spacelab/custom-spacelab.css +1 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans-Bold.woff +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans-Bold.woff2 +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans-BoldItalic.woff +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans-BoldItalic.woff2 +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans-Extrabold.woff +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans-Extrabold.woff2 +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans-ExtraboldItalic.woff +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans-ExtraboldItalic.woff2 +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans-Italic.woff +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans-Italic.woff2 +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans-Light.woff +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans-Light.woff2 +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans-Semibold.woff +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans-Semibold.woff2 +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans-SemiboldItalic.woff +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans-SemiboldItalic.woff2 +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans.woff +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans.woff2 +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSansLight-Italic.woff +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSansLight-Italic.woff2 +0 -0
- package/dist/css/themes/custom/spacelab/font/fonts.css +1 -0
- package/dist/css/themes/custom/spacelab/navbar-spacelab.css +1 -0
- package/dist/css/themes/custom/spacelab/panel-spacelab.css +1 -0
- package/dist/css/themes/custom/superhero/custom-superhero.css +1 -0
- package/dist/css/themes/custom/superhero/navbar-superhero.css +1 -0
- package/dist/css/themes/custom/superhero/panel-superhero.css +1 -0
- package/dist/css/themes/custom/superhero/tabs-superhero.css +1 -0
- package/dist/css/themes/custom/theme-general/button.css +1 -0
- package/dist/css/themes/custom/theme-general/carousel.css +1 -0
- package/dist/css/themes/custom/theme-general/cookies.css +1 -0
- package/dist/css/themes/custom/theme-general/forms.css +1 -0
- package/dist/css/themes/custom/theme-general/login.css +1 -0
- package/dist/css/themes/custom/theme-general/menu.css +1 -0
- package/dist/css/themes/custom/theme-general/modal.css +1 -0
- package/dist/css/themes/custom/theme-general/notification.css +1 -0
- package/dist/css/themes/custom/theme-general/report-viewer.css +1 -0
- package/dist/css/themes/custom/theme-general/scheduler.css +1 -0
- package/dist/css/themes/custom/theme-general/slider.css +1 -0
- package/dist/css/themes/custom/theme-general/table-grid.css +1 -0
- package/dist/css/themes/custom/theme-general/tabs.css +1 -0
- package/dist/css/themes/custom/theme-general/theme-general.css +1 -0
- package/dist/css/themes/custom/theme-general/timeline.css +1 -0
- package/dist/css/themes/custom/theme-general/treeview.css +1 -0
- package/dist/js/LanguageSelectDirective.js +1 -1
- package/dist/js/LocaleService.js +1 -1
- package/dist/js/app.js +1 -1
- package/dist/js/dashboard/dashboard.service.js +1 -1
- package/dist/js/directives.js +1 -1
- package/dist/js/reports/parameters.controller.js +1 -1
- package/js/app.js +1 -1
- package/js/dashboard/dashboard.service.js +10 -10
- package/js/directives.js +200 -165
- package/package.json +1 -1
- package/postupdate.json +10 -6
- package/cronapp-framework-js.iml +0 -9
- package/css/themes/custom/cerulean/custom-cerulean.min.css +0 -2411
- package/css/themes/custom/darkly/custom-darkly.min.css +0 -3001
- package/css/themes/custom/flatly/custom-flatly.min.css +0 -2983
- package/css/themes/custom/fuse/theme-example.view.html +0 -830
- package/css/themes/custom/material/components_css/crn-button.css +0 -177
- package/css/themes/custom/material/components_css/crn-carousel.css +0 -11
- package/css/themes/custom/material/components_css/crn-cron-calendar.css +0 -176
- package/css/themes/custom/material/components_css/crn-cron-grid.css +0 -243
- package/css/themes/custom/material/components_css/crn-enterprise.css +0 -58
- package/css/themes/custom/material/components_css/crn-navbar.css +0 -166
- package/css/themes/custom/material/components_css/crn-scheduler.css +0 -98
- package/css/themes/custom/material/components_css/login.css +0 -38
- package/css/themes/custom/material/components_css/ui-notification.css +0 -27
- package/css/themes/custom/spacelab/custom-spacelab.min.css +0 -2497
- package/css/themes/custom/superhero/custom-superhero.min.css +0 -3114
|
@@ -0,0 +1,348 @@
|
|
|
1
|
+
@import url("font/fonts.css");
|
|
2
|
+
@import 'panel-darkly.css';
|
|
3
|
+
@import 'navbar-darkly.css';
|
|
4
|
+
|
|
5
|
+
/* ==== VARIABLES ==== */
|
|
6
|
+
:root {
|
|
7
|
+
|
|
8
|
+
/* Font */
|
|
9
|
+
--fontFamily: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
10
|
+
--textColor: #ffffff;
|
|
11
|
+
--backgroundColor: #222222;
|
|
12
|
+
|
|
13
|
+
--textSmallSize: 12px;
|
|
14
|
+
--textNormalSize: 14px;
|
|
15
|
+
--textMediumSize: 16px;
|
|
16
|
+
--textBigSize: 18px;
|
|
17
|
+
--textExtraBigSize: 23px;
|
|
18
|
+
|
|
19
|
+
--textColor10: #ffffff;
|
|
20
|
+
--textColor20: #ffffff;
|
|
21
|
+
--textColor30: #ffffff;
|
|
22
|
+
--textColor40: #ffffff;
|
|
23
|
+
--textColor50: #dfdfdf;
|
|
24
|
+
--textColor60: #bbbbbb;
|
|
25
|
+
--textColor70: #8c8c8c;
|
|
26
|
+
|
|
27
|
+
/* Menus - Sizes and Distances */
|
|
28
|
+
--menuVerticalWidth: 270px;
|
|
29
|
+
--menuSideSize: 20px;
|
|
30
|
+
--menuItemBarSize: 6px;
|
|
31
|
+
--menuElementOverallPadding: 10px;
|
|
32
|
+
--menuItemPaddingSize: calc(var(--menuElementOverallPadding) + 5px);
|
|
33
|
+
--menuItemIconWidth: 25px;
|
|
34
|
+
|
|
35
|
+
/* Background */
|
|
36
|
+
--backgroundColor10: #d6d6d6;
|
|
37
|
+
--backgroundColor20: #afafaf;
|
|
38
|
+
--backgroundColor30: #7f7f7f;
|
|
39
|
+
--backgroundColor40: #222222;
|
|
40
|
+
--backgroundColor50: #1e1e1e;
|
|
41
|
+
--backgroundColor60: #191919;
|
|
42
|
+
--backgroundColor70: #131313;
|
|
43
|
+
|
|
44
|
+
/* Distances */
|
|
45
|
+
--distanceNone: 0;
|
|
46
|
+
--distanceSmallest: 5px;
|
|
47
|
+
--distanceExtraSmall: 10px;
|
|
48
|
+
--distanceSmall: 15px;
|
|
49
|
+
--distanceMedium: 20px;
|
|
50
|
+
--distanceBig: 30px;
|
|
51
|
+
--distanceGiant: 40px;
|
|
52
|
+
--distanceTitan: 60px;
|
|
53
|
+
|
|
54
|
+
/* Border Radius */
|
|
55
|
+
--borderRadiusNone: 0;
|
|
56
|
+
--borderRadiusSmallest: 5px;
|
|
57
|
+
--borderRadiusExtraSmall: 10px;
|
|
58
|
+
--borderRadiusSmall: 15px;
|
|
59
|
+
--borderRadiusBig: 30px;
|
|
60
|
+
--borderRadiusGiant: 40px;
|
|
61
|
+
--borderRadiusTitan: 60px;
|
|
62
|
+
--borderRadiusFull: 99999px;
|
|
63
|
+
|
|
64
|
+
/* Color - Theme default */
|
|
65
|
+
--colorDefault10: #d9d9d9;
|
|
66
|
+
--colorDefault20: #b5b5b5;
|
|
67
|
+
--colorDefault30: #898989;
|
|
68
|
+
--colorDefault40: #444444;
|
|
69
|
+
--colorDefault50: #3c3c3c;
|
|
70
|
+
--colorDefault60: #323232;
|
|
71
|
+
--colorDefault70: #252525;
|
|
72
|
+
--textColorDefault10: #8c8c8c;
|
|
73
|
+
--textColorDefault20: #bbbbbb;
|
|
74
|
+
--textColorDefault30: #dfdfdf;
|
|
75
|
+
--textColorDefault40: #ffffff;
|
|
76
|
+
--textColorDefault50: #ffffff;
|
|
77
|
+
--textColorDefault60: #ffffff;
|
|
78
|
+
--textColorDefault70: #ffffff;
|
|
79
|
+
|
|
80
|
+
/* Color - Primary - positive */
|
|
81
|
+
--colorPrimary10: #d7dbe0;
|
|
82
|
+
--colorPrimary20: #b2bac5;
|
|
83
|
+
--colorPrimary30: #8492a6;
|
|
84
|
+
--colorPrimary40: #375a7f;
|
|
85
|
+
--colorPrimary50: #304f6f;
|
|
86
|
+
--colorPrimary60: #28425d;
|
|
87
|
+
--colorPrimary70: #1e3146;
|
|
88
|
+
--textColorPrimary10: #8c8c8c;
|
|
89
|
+
--textColorPrimary20: #bbbbbb;
|
|
90
|
+
--textColorPrimary30: #dfdfdf;
|
|
91
|
+
--textColorPrimary40: #ffffff;
|
|
92
|
+
--textColorPrimary50: #ffffff;
|
|
93
|
+
--textColorPrimary60: #ffffff;
|
|
94
|
+
--textColorPrimary70: #ffffff;
|
|
95
|
+
|
|
96
|
+
/* Color - Success - balanced */
|
|
97
|
+
--colorSuccess10: #d5ede3;
|
|
98
|
+
--colorSuccess20: #aedeca;
|
|
99
|
+
--colorSuccess30: #7bceae;
|
|
100
|
+
--colorSuccess40: #00bc8c;
|
|
101
|
+
--colorSuccess50: #00a57b;
|
|
102
|
+
--colorSuccess60: #008a67;
|
|
103
|
+
--colorSuccess70: #00674d;
|
|
104
|
+
--textColorSuccess10: #8c8c8c;
|
|
105
|
+
--textColorSuccess20: #bbbbbb;
|
|
106
|
+
--textColorSuccess30: #dfdfdf;
|
|
107
|
+
--textColorSuccess40: #ffffff;
|
|
108
|
+
--textColorSuccess50: #ffffff;
|
|
109
|
+
--textColorSuccess60: #ffffff;
|
|
110
|
+
--textColorSuccess70: #ffffff;
|
|
111
|
+
|
|
112
|
+
/* Color - Warning (web) - energized (mobile) */
|
|
113
|
+
--colorWarning10: #fbe6d6;
|
|
114
|
+
--colorWarning20: #f9d0ae;
|
|
115
|
+
--colorWarning30: #f6b87c;
|
|
116
|
+
--colorWarning40: #f39c12;
|
|
117
|
+
--colorWarning50: #d58910;
|
|
118
|
+
--colorWarning60: #b2720d;
|
|
119
|
+
--colorWarning70: #85550a;
|
|
120
|
+
--textColorWarning10: #8c8c8c;
|
|
121
|
+
--textColorWarning20: #bbbbbb;
|
|
122
|
+
--textColorWarning30: #dfdfdf;
|
|
123
|
+
--textColorWarning40: #ffffff;
|
|
124
|
+
--textColorWarning50: #ffffff;
|
|
125
|
+
--textColorWarning60: #ffffff;
|
|
126
|
+
--textColorWarning70: #ffffff;
|
|
127
|
+
|
|
128
|
+
/* Color - Danger (web) - assertive (mobile) */
|
|
129
|
+
--colorDanger10: #f8d9d8;
|
|
130
|
+
--colorDanger20: #f2b6b3;
|
|
131
|
+
--colorDanger30: #ed8c86;
|
|
132
|
+
--colorDanger40: #e74c3c;
|
|
133
|
+
--colorDanger50: #ca4335;
|
|
134
|
+
--colorDanger60: #a9382c;
|
|
135
|
+
--colorDanger70: #7f2a21;
|
|
136
|
+
--textColorDanger10: #8c8c8c;
|
|
137
|
+
--textColorDanger20: #bbbbbb;
|
|
138
|
+
--textColorDanger30: #dfdfdf;
|
|
139
|
+
--textColorDanger40: #ffffff;
|
|
140
|
+
--textColorDanger50: #ffffff;
|
|
141
|
+
--textColorDanger60: #ffffff;
|
|
142
|
+
--textColorDanger70: #ffffff;
|
|
143
|
+
|
|
144
|
+
/* Color - Royal (mobile) */
|
|
145
|
+
--colorRoyal10: #e2ddf9;
|
|
146
|
+
--colorRoyal20: #c8bef4;
|
|
147
|
+
--colorRoyal30: #ab9aef;
|
|
148
|
+
--colorRoyal40: #886aea;
|
|
149
|
+
--colorRoyal50: #775dcd;
|
|
150
|
+
--colorRoyal60: #644eab;
|
|
151
|
+
--colorRoyal70: #4a3a80;
|
|
152
|
+
|
|
153
|
+
--textColorRoyal10: #8c8c8c;
|
|
154
|
+
--textColorRoyal20: #bbbbbb;
|
|
155
|
+
--textColorRoyal30: #dfdfdf;
|
|
156
|
+
--textColorRoyal40: #ffffff;
|
|
157
|
+
--textColorRoyal50: #ffffff;
|
|
158
|
+
--textColorRoyal60: #ffffff;
|
|
159
|
+
--textColorRoyal70: #ffffff;
|
|
160
|
+
|
|
161
|
+
/* Color - Calm (mobile) */
|
|
162
|
+
--colorCalm10: #d7e5f5;
|
|
163
|
+
--colorCalm20: #b2ceec;
|
|
164
|
+
--colorCalm30: #83b5e4;
|
|
165
|
+
--colorCalm40: #3498db;
|
|
166
|
+
--colorCalm50: #2e85c0;
|
|
167
|
+
--colorCalm60: #266fa0;
|
|
168
|
+
--colorCalm70: #1c5378;
|
|
169
|
+
--textColorCalm10: #8c8c8c;
|
|
170
|
+
--textColorCalm20: #bbbbbb;
|
|
171
|
+
--textColorCalm30: #dfdfdf;
|
|
172
|
+
--textColorCalm40: #ffffff;
|
|
173
|
+
--textColorCalm50: #ffffff;
|
|
174
|
+
--textColorCalm60: #ffffff;
|
|
175
|
+
--textColorCalm70: #ffffff;
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
/* Color - Light (mobile) */
|
|
179
|
+
--colorLight10: #e9ebed;
|
|
180
|
+
--colorLight20: #d7dade;
|
|
181
|
+
--colorLight30: #c3c9ce;
|
|
182
|
+
--colorLight40: #adb5bd;
|
|
183
|
+
--colorLight50: #979ea5;
|
|
184
|
+
--colorLight60: #7f858a;
|
|
185
|
+
--colorLight70: #5f6368;
|
|
186
|
+
--textColorLight10: #8c8c8c;
|
|
187
|
+
--textColorLight20: #bbbbbb;
|
|
188
|
+
--textColorLight30: #dfdfdf;
|
|
189
|
+
--textColorLight40: #ffffff;
|
|
190
|
+
--textColorLight50: #ffffff;
|
|
191
|
+
--textColorLight60: #ffffff;
|
|
192
|
+
--textColorLight70: #ffffff;
|
|
193
|
+
|
|
194
|
+
/* Color - Stable (mobile) */
|
|
195
|
+
--colorStable10: #fdfdfd;
|
|
196
|
+
--colorStable20: #fbfbfb;
|
|
197
|
+
--colorStable30: #fafafa;
|
|
198
|
+
--colorStable40: #f8f8f8;
|
|
199
|
+
--colorStable50: #d9d9d9;
|
|
200
|
+
--colorStable60: #b6b6b6;
|
|
201
|
+
--colorStable70: #888888;
|
|
202
|
+
|
|
203
|
+
--textColorStable10: #252525;
|
|
204
|
+
--textColorStable20: #323232;
|
|
205
|
+
--textColorStable30: #3c3c3c;
|
|
206
|
+
--textColorStable40: #444444;
|
|
207
|
+
--textColorStable50: #898989;
|
|
208
|
+
--textColorStable60: #b5b5b5;
|
|
209
|
+
--textColorStable70: #d9d9d9;
|
|
210
|
+
|
|
211
|
+
/* Color - Dark (mobile) */
|
|
212
|
+
--colorDark10: #d7d7d7;
|
|
213
|
+
--colorDark20: #b1b1b1;
|
|
214
|
+
--colorDark30: #828282;
|
|
215
|
+
--colorDark40: #303030;
|
|
216
|
+
--colorDark50: #2a2a2a;
|
|
217
|
+
--colorDark60: #232323;
|
|
218
|
+
--colorDark70: #1a1a1a;
|
|
219
|
+
--textColorDark10: #8c8c8c;
|
|
220
|
+
--textColorDark20: #bbbbbb;
|
|
221
|
+
--textColorDark30: #dfdfdf;
|
|
222
|
+
--textColorDark40: #ffffff;
|
|
223
|
+
--textColorDark50: #ffffff;
|
|
224
|
+
--textColorDark60: #ffffff;
|
|
225
|
+
--textColorDark70: #ffffff;
|
|
226
|
+
|
|
227
|
+
/* Color - Neutral (web e mobile) */
|
|
228
|
+
--colorNeutral00: #FFFFFF;
|
|
229
|
+
--colorNeutral10: #F1F1F1;
|
|
230
|
+
--colorNeutral20: #E3E3E3;
|
|
231
|
+
--colorNeutral30: #D5D5D5;
|
|
232
|
+
--colorNeutral40: #C7C7C7;
|
|
233
|
+
--colorNeutral50: #B9B9B9;
|
|
234
|
+
--colorNeutral60: #ACACAC;
|
|
235
|
+
--colorNeutral70: #9E9E9E;
|
|
236
|
+
--colorNeutral80: #909090;
|
|
237
|
+
--colorNeutral90: #828282;
|
|
238
|
+
--colorNeutral100: #747474;
|
|
239
|
+
--colorNeutral110: #666666;
|
|
240
|
+
--colorNeutral120: #5D5D5D;
|
|
241
|
+
--colorNeutral130: #535353;
|
|
242
|
+
--colorNeutral140: #4A4A4A;
|
|
243
|
+
--colorNeutral150: #414141;
|
|
244
|
+
--colorNeutral160: #383838;
|
|
245
|
+
--colorNeutral170: #2E2E2E;
|
|
246
|
+
--colorNeutral180: #252525;
|
|
247
|
+
--colorNeutral190: #1C1C1C;
|
|
248
|
+
--colorNeutral200: #131313;
|
|
249
|
+
--colorNeutral210: #090909;
|
|
250
|
+
--colorNeutral220: #000000;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
h1,
|
|
254
|
+
.h1 {
|
|
255
|
+
color: var(--textColor40, #ffffff);
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
/* Button */
|
|
259
|
+
.btn.btn-link i,
|
|
260
|
+
.btn.btn-link span,
|
|
261
|
+
.btn.btn-link:focus,
|
|
262
|
+
.btn.btn-link:hover,
|
|
263
|
+
.btn.btn-link.disabled,
|
|
264
|
+
.btn.btn-link[disabled]:hover,
|
|
265
|
+
div#view-canvas .btn.btn-link.disabled {
|
|
266
|
+
color: var(--colorSuccess40, #00bc8c);
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
/* Modal */
|
|
270
|
+
.modal-header .close,
|
|
271
|
+
.modal-title {
|
|
272
|
+
color: var(--textColorDefault40, #ffffff);
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
.list-group-item,
|
|
276
|
+
.modal-content {
|
|
277
|
+
background-color: var(--backgroundColor40, #222222);
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
.modal-header,
|
|
281
|
+
.modal-footer {
|
|
282
|
+
border-color: var(--colorDefault40, #444444);
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
.modal .modal-content .k-textbox {
|
|
286
|
+
outline: none;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
/* Page login */
|
|
290
|
+
.siginPanel,
|
|
291
|
+
.login-view {
|
|
292
|
+
background-color: var(--backgroundColor40, #222222);
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
#crn-botao-cadastre,
|
|
296
|
+
.login-view .sign-up,
|
|
297
|
+
.crn-anchor-signup-back {
|
|
298
|
+
color: var(--textColor40, #ffffff);
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
/* Link */
|
|
302
|
+
a,
|
|
303
|
+
a:focus,
|
|
304
|
+
a:active {
|
|
305
|
+
color: var(--textColor40, #ffffff);
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
a:hover {
|
|
309
|
+
color: var(--textColor60, #bbbbbb);
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
/* Abas */
|
|
313
|
+
.ctn-tab .nav-tabs li.active {
|
|
314
|
+
border-bottom: 1px solid var(--backgroundColor40, #222222);
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
.ctn-tab .nav-tabs li.active a,
|
|
318
|
+
.ctn-tab .nav-tabs li.active a:hover {
|
|
319
|
+
color: var(--colorSuccess40, #00bc8c);
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
.ctn-tab .nav-tabs li a {
|
|
323
|
+
color: var(--textColor40, #ffffff);
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
.ctn-tab .nav-tabs li a:hover {
|
|
327
|
+
color: var(--textColor40, #ffffff);
|
|
328
|
+
border-radius: 4px 4px 0 0;
|
|
329
|
+
background-color: var(--colorDefault40, #444444);
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
/* Banner */
|
|
333
|
+
|
|
334
|
+
.jumbotron {
|
|
335
|
+
background-color: var(--colorDefault50, #3c3c3c);
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
.jumbotron .h1,
|
|
339
|
+
.jumbotron h1,
|
|
340
|
+
.jumbotron .h2,
|
|
341
|
+
.jumbotron h2 {
|
|
342
|
+
color: var(--textColorDefault40, #ffffff);
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
/* Slider */
|
|
346
|
+
.k-slider .k-slider-selection {
|
|
347
|
+
background-color: var(--colorDefault30, #898989);
|
|
348
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
.navbar {
|
|
2
|
+
background-image: none;
|
|
3
|
+
background-color: var(--colorPrimary40, #375a7f);
|
|
4
|
+
border-bottom: none;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.navbar-inverse {
|
|
8
|
+
background-image: none;
|
|
9
|
+
background-color: var(--colorCalm40, #3498db);
|
|
10
|
+
border: none
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.navbar-inverse .badge {
|
|
14
|
+
background-color: #fff;
|
|
15
|
+
color: var(--colorCalm40, #3498db);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
#main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li a,
|
|
19
|
+
#main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav li a {
|
|
20
|
+
color: var(--textColorPrimary40, #ffffff);
|
|
21
|
+
font-size: var(--textNormalSize, 14px);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
#main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li a:hover,
|
|
25
|
+
#main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav li a:hover,
|
|
26
|
+
#main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li .dropdown-menu li a:hover,
|
|
27
|
+
#main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav li .dropdown-menu li a:hover,
|
|
28
|
+
.navbar-default .navbar-nav>.open>a,
|
|
29
|
+
.navbar-default .navbar-nav>.open>a:focus,
|
|
30
|
+
.navbar-default .navbar-nav>.open>a:hover {
|
|
31
|
+
color: var(--colorSuccess40, #00bc8c);
|
|
32
|
+
background-color: transparent;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
#main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li .dropdown-menu li a:hover,
|
|
36
|
+
#main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav li .dropdown-menu li a:hover{
|
|
37
|
+
color: var(--textColorPrimary40, #ffffff);
|
|
38
|
+
background-color: var(--colorPrimary40, #375a7f);;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.dropdown-menu {
|
|
42
|
+
color: var(--textColor40, #ffffff);
|
|
43
|
+
background-color: var(--colorDefault60, #323232);
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
#main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li .dropdown-menu a,
|
|
47
|
+
#main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav li .dropdown-menu a {
|
|
48
|
+
color: var(--textColor40, #ffffff);
|
|
49
|
+
}
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
.panel {
|
|
2
|
+
background-color: var(--colorDefault60, #323232);
|
|
3
|
+
box-shadow: none;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
/* Default */
|
|
7
|
+
.panel-default .panel-heading,
|
|
8
|
+
.panel-default .panel-footer {
|
|
9
|
+
color: var(--textColor40, #2c3e50);
|
|
10
|
+
background-color: var(--colorDefault40, #444444);
|
|
11
|
+
border-color: transparent
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.panel-default {
|
|
15
|
+
border-color: var(--colorDefault40, #dfe3e3);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
/* Primary */
|
|
19
|
+
|
|
20
|
+
.panel-primary>.panel-heading,
|
|
21
|
+
.panel-primary>.panel-footer {
|
|
22
|
+
color: var(--textColorPrimary40, #ffffff);
|
|
23
|
+
background-color: var(--colorPrimary40, #2c3e50);
|
|
24
|
+
border-color: transparent
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.panel-primary {
|
|
28
|
+
border-color: var(--colorPrimary40, #2c3e50);
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
/* Sucess */
|
|
32
|
+
|
|
33
|
+
.panel-success>.panel-heading,
|
|
34
|
+
.panel-success>.panel-footer {
|
|
35
|
+
color: var(--textColorSuccess40, #ffffff);
|
|
36
|
+
background-color: var(--colorSuccess40, #18bc9c);
|
|
37
|
+
border-color: transparent
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.panel-success {
|
|
41
|
+
border-color: var(--colorSuccess40, #18bc9c);
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
/* Info */
|
|
45
|
+
.panel-info>.panel-heading,
|
|
46
|
+
.panel-info>.panel-footer {
|
|
47
|
+
color: var(--textColorCalm40, #ffffff);
|
|
48
|
+
background-color: var(--colorCalm40, #11c1f3);
|
|
49
|
+
border-color: transparent
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.panel-info {
|
|
53
|
+
border-color: var(--colorCalm40, #11c1f3);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
/* Warning */
|
|
57
|
+
.panel-warning>.panel-heading,
|
|
58
|
+
.panel-warning>.panel-footer {
|
|
59
|
+
color: var(--textColorWarning40, #ffffff);
|
|
60
|
+
background-color: var(--colorWarning40, #f39c12);
|
|
61
|
+
border-color: transparent
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.panel-warning {
|
|
65
|
+
border-color: var(--colorWarning40, #f39c12);
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
/* Danger */
|
|
69
|
+
.panel-danger>.panel-heading,
|
|
70
|
+
.panel-danger>.panel-footer {
|
|
71
|
+
color: var(--textColorDanger40, #ffffff);
|
|
72
|
+
background-color: var(--colorDanger40, #c44133);
|
|
73
|
+
border-color: transparent
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.panel-danger {
|
|
77
|
+
border-color: var(--colorDanger40, #c44133);
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
/* Light */
|
|
81
|
+
.panel-light>.panel-heading,
|
|
82
|
+
.panel-light>.panel-footer {
|
|
83
|
+
color: var(--textColorLight40, #000000);
|
|
84
|
+
background-color: var(--colorLight40, #ecf0f1);
|
|
85
|
+
border-color: transparent
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.panel-light {
|
|
89
|
+
border-color: var(--colorLight40, #ecf0f1);
|
|
90
|
+
}
|