cronapp-framework-js 2.9.0 → 2.9.1-SNAPSHOT.1
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/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,340 @@
|
|
|
1
|
+
@import url("font/fonts.css");
|
|
2
|
+
@import 'panel-superhero.css';
|
|
3
|
+
@import 'navbar-superhero.css';
|
|
4
|
+
@import 'tabs-superhero.css';
|
|
5
|
+
|
|
6
|
+
/* ==== VARIABLES ==== */
|
|
7
|
+
:root {
|
|
8
|
+
|
|
9
|
+
/* Font */
|
|
10
|
+
--fontFamily: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
|
|
11
|
+
--textColor: #ebebeb;
|
|
12
|
+
--backgroundColor: #2b3e50;
|
|
13
|
+
|
|
14
|
+
--textSmallSize: 12px;
|
|
15
|
+
--textNormalSize: 14px;
|
|
16
|
+
--textMediumSize: 16px;
|
|
17
|
+
--textBigSize: 18px;
|
|
18
|
+
--textExtraBigSize: 23px;
|
|
19
|
+
|
|
20
|
+
--textColor10: #f9f9f9;
|
|
21
|
+
--textColor20: #f4f4f4;
|
|
22
|
+
--textColor30: #f0f0f0;
|
|
23
|
+
--textColor40: #ebebeb;
|
|
24
|
+
--textColor50: #cecece;
|
|
25
|
+
--textColor60: #acacac;
|
|
26
|
+
--textColor70: #818181;
|
|
27
|
+
|
|
28
|
+
/* Menus - Sizes and Distances */
|
|
29
|
+
--menuVerticalWidth: 270px;
|
|
30
|
+
--menuSideSize: 20px;
|
|
31
|
+
--menuItemBarSize: 6px;
|
|
32
|
+
--menuElementOverallPadding: 10px;
|
|
33
|
+
--menuItemPaddingSize: calc(var(--menuElementOverallPadding) + 5px);
|
|
34
|
+
--menuItemIconWidth: 25px;
|
|
35
|
+
|
|
36
|
+
/* Background */
|
|
37
|
+
--backgroundColor10: #d7d8da;
|
|
38
|
+
--backgroundColor20: #b0b3b7;
|
|
39
|
+
--backgroundColor30: #81878e;
|
|
40
|
+
--backgroundColor40: #2b3e50;
|
|
41
|
+
--backgroundColor50: #263646;
|
|
42
|
+
--backgroundColor60: #202d3b;
|
|
43
|
+
--backgroundColor70: #18222c;
|
|
44
|
+
|
|
45
|
+
/* Distances */
|
|
46
|
+
--distanceNone: 0;
|
|
47
|
+
--distanceSmallest: 5px;
|
|
48
|
+
--distanceExtraSmall: 10px;
|
|
49
|
+
--distanceSmall: 15px;
|
|
50
|
+
--distanceMedium: 20px;
|
|
51
|
+
--distanceBig: 30px;
|
|
52
|
+
--distanceGiant: 40px;
|
|
53
|
+
--distanceTitan: 60px;
|
|
54
|
+
|
|
55
|
+
/* Border Radius */
|
|
56
|
+
--borderRadiusNone: 0;
|
|
57
|
+
--borderRadiusSmallest: 5px;
|
|
58
|
+
--borderRadiusExtraSmall: 10px;
|
|
59
|
+
--borderRadiusSmall: 15px;
|
|
60
|
+
--borderRadiusBig: 30px;
|
|
61
|
+
--borderRadiusGiant: 40px;
|
|
62
|
+
--borderRadiusTitan: 60px;
|
|
63
|
+
--borderRadiusFull: 99999px;
|
|
64
|
+
|
|
65
|
+
/* Color - Theme default */
|
|
66
|
+
--colorDefault10: #dadbdd;
|
|
67
|
+
--colorDefault20: #b7babf;
|
|
68
|
+
--colorDefault30: #8d949b;
|
|
69
|
+
--colorDefault40: #4e5d6c;
|
|
70
|
+
--colorDefault50: #44515f;
|
|
71
|
+
--colorDefault60: #39444f;
|
|
72
|
+
--colorDefault70: #2b333b;
|
|
73
|
+
--textColorDefault10: #8c8c8c;
|
|
74
|
+
--textColorDefault20: #bbbbbb;
|
|
75
|
+
--textColorDefault30: #dfdfdf;
|
|
76
|
+
--textColorDefault40: #ffffff;
|
|
77
|
+
--textColorDefault50: #ffffff;
|
|
78
|
+
--textColorDefault60: #ffffff;
|
|
79
|
+
--textColorDefault70: #ffffff;
|
|
80
|
+
|
|
81
|
+
/* Color - Primary - positive */
|
|
82
|
+
--colorPrimary10: #f6ddd6;
|
|
83
|
+
--colorPrimary20: #eebeaf;
|
|
84
|
+
--colorPrimary30: #e79a7d;
|
|
85
|
+
--colorPrimary40: #df691a;
|
|
86
|
+
--colorPrimary50: #c35c17;
|
|
87
|
+
--colorPrimary60: #a34d13;
|
|
88
|
+
--colorPrimary70: #7a3a0e;
|
|
89
|
+
--textColorPrimary10: #8c8c8c;
|
|
90
|
+
--textColorPrimary20: #bbbbbb;
|
|
91
|
+
--textColorPrimary30: #dfdfdf;
|
|
92
|
+
--textColorPrimary40: #ffffff;
|
|
93
|
+
--textColorPrimary50: #ffffff;
|
|
94
|
+
--textColorPrimary60: #ffffff;
|
|
95
|
+
--textColorPrimary70: #ffffff;
|
|
96
|
+
|
|
97
|
+
/* Color - Success - balanced */
|
|
98
|
+
--colorSuccess10: #dbecdb;
|
|
99
|
+
--colorSuccess20: #badcba;
|
|
100
|
+
--colorSuccess30: #93cb93;
|
|
101
|
+
--colorSuccess40: #5cb85c;
|
|
102
|
+
--colorSuccess50: #51a151;
|
|
103
|
+
--colorSuccess60: #438743;
|
|
104
|
+
--colorSuccess70: #326532;
|
|
105
|
+
--textColorSuccess10: #8c8c8c;
|
|
106
|
+
--textColorSuccess20: #bbbbbb;
|
|
107
|
+
--textColorSuccess30: #dfdfdf;
|
|
108
|
+
--textColorSuccess40: #ffffff;
|
|
109
|
+
--textColorSuccess50: #ffffff;
|
|
110
|
+
--textColorSuccess60: #ffffff;
|
|
111
|
+
--textColorSuccess70: #ffffff;
|
|
112
|
+
|
|
113
|
+
/* Color - Warning (web) - energized (mobile) */
|
|
114
|
+
--colorWarning10: #fbe9da;
|
|
115
|
+
--colorWarning20: #f7d7b7;
|
|
116
|
+
--colorWarning30: #f4c38d;
|
|
117
|
+
--colorWarning40: #f0ad4e;
|
|
118
|
+
--colorWarning50: #d29744;
|
|
119
|
+
--colorWarning60: #b07f39;
|
|
120
|
+
--colorWarning70: #835f2b;
|
|
121
|
+
--textColorWarning10: #8c8c8c;
|
|
122
|
+
--textColorWarning20: #bbbbbb;
|
|
123
|
+
--textColorWarning30: #dfdfdf;
|
|
124
|
+
--textColorWarning40: #ffffff;
|
|
125
|
+
--textColorWarning50: #ffffff;
|
|
126
|
+
--textColorWarning60: #ffffff;
|
|
127
|
+
--textColorWarning70: #ffffff;
|
|
128
|
+
|
|
129
|
+
/* Color - Danger (web) - assertive (mobile) */
|
|
130
|
+
--colorDanger10: #f4dada;
|
|
131
|
+
--colorDanger20: #ebb8b7;
|
|
132
|
+
--colorDanger30: #e28f8d;
|
|
133
|
+
--colorDanger40: #d9534f;
|
|
134
|
+
--colorDanger50: #be4945;
|
|
135
|
+
--colorDanger60: #9f3d3a;
|
|
136
|
+
--colorDanger70: #772d2b;
|
|
137
|
+
--textColorDanger10: #8c8c8c;
|
|
138
|
+
--textColorDanger20: #bbbbbb;
|
|
139
|
+
--textColorDanger30: #dfdfdf;
|
|
140
|
+
--textColorDanger40: #ffffff;
|
|
141
|
+
--textColorDanger50: #ffffff;
|
|
142
|
+
--textColorDanger60: #ffffff;
|
|
143
|
+
--textColorDanger70: #ffffff;
|
|
144
|
+
|
|
145
|
+
/* Color - Royal (mobile) */
|
|
146
|
+
--colorRoyal10: #e2ddf9;
|
|
147
|
+
--colorRoyal20: #c8bef4;
|
|
148
|
+
--colorRoyal30: #ab9aef;
|
|
149
|
+
--colorRoyal40: #886aea;
|
|
150
|
+
--colorRoyal50: #775dcd;
|
|
151
|
+
--colorRoyal60: #644eab;
|
|
152
|
+
--colorRoyal70: #4a3a80;
|
|
153
|
+
|
|
154
|
+
--textColorRoyal10: #8c8c8c;
|
|
155
|
+
--textColorRoyal20: #bbbbbb;
|
|
156
|
+
--textColorRoyal30: #dfdfdf;
|
|
157
|
+
--textColorRoyal40: #ffffff;
|
|
158
|
+
--textColorRoyal50: #ffffff;
|
|
159
|
+
--textColorRoyal60: #ffffff;
|
|
160
|
+
--textColorRoyal70: #ffffff;
|
|
161
|
+
|
|
162
|
+
/* Color - Calm (mobile) */
|
|
163
|
+
--colorCalm10: #dbeef6;
|
|
164
|
+
--colorCalm20: #badfee;
|
|
165
|
+
--colorCalm30: #93d0e6;
|
|
166
|
+
--colorCalm40: #5bc0de;
|
|
167
|
+
--colorCalm50: #50a8c2;
|
|
168
|
+
--colorCalm60: #438da3;
|
|
169
|
+
--colorCalm70: #32697a;
|
|
170
|
+
--textColorCalm10: #8c8c8c;
|
|
171
|
+
--textColorCalm20: #bbbbbb;
|
|
172
|
+
--textColorCalm30: #dfdfdf;
|
|
173
|
+
--textColorCalm40: #ffffff;
|
|
174
|
+
--textColorCalm50: #ffffff;
|
|
175
|
+
--textColorCalm60: #ffffff;
|
|
176
|
+
--textColorCalm70: #ffffff;
|
|
177
|
+
|
|
178
|
+
/* Color - Light (mobile) */
|
|
179
|
+
--colorLight10: #e9ebee;
|
|
180
|
+
--colorLight20: #d6dbe0;
|
|
181
|
+
--colorLight30: #c2c9d2;
|
|
182
|
+
--colorLight40: #abb6c2;
|
|
183
|
+
--colorLight50: #969faa;
|
|
184
|
+
--colorLight60: #7d858e;
|
|
185
|
+
--colorLight70: #5e646a;
|
|
186
|
+
--textColorLight10: #252525;
|
|
187
|
+
--textColorLight20: #323232;
|
|
188
|
+
--textColorLight30: #3c3c3c;
|
|
189
|
+
--textColorLight40: #444444;
|
|
190
|
+
--textColorLight50: #898989;
|
|
191
|
+
--textColorLight60: #b5b5b5;
|
|
192
|
+
--textColorLight70: #d9d9d9;
|
|
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: #d6d7d9;
|
|
213
|
+
--colorDark20: #afb2b6;
|
|
214
|
+
--colorDark30: #7e848c;
|
|
215
|
+
--colorDark40: #20374c;
|
|
216
|
+
--colorDark50: #1c3043;
|
|
217
|
+
--colorDark60: #172838;
|
|
218
|
+
--colorDark70: #121e2a;
|
|
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
|
+
.btn {
|
|
254
|
+
border-radius: 0;
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
h1,
|
|
258
|
+
.h1,
|
|
259
|
+
h2,
|
|
260
|
+
.h2,
|
|
261
|
+
h3,
|
|
262
|
+
.h3,
|
|
263
|
+
h4,
|
|
264
|
+
.h4,
|
|
265
|
+
h5,
|
|
266
|
+
.h5,
|
|
267
|
+
h6,
|
|
268
|
+
.h6 {
|
|
269
|
+
color: var(--textColor40, #ebebeb);
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
/* menu */
|
|
273
|
+
.dropdown-menu {
|
|
274
|
+
background-color: var(--colorDefault40, #4e5d6c);
|
|
275
|
+
color: var(--textColor40);
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
/* modal */
|
|
279
|
+
.modal-content {
|
|
280
|
+
border-radius: 0;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
.modal-header,
|
|
284
|
+
.modal-footer {
|
|
285
|
+
background-color: var(--colorDefault50);
|
|
286
|
+
border: none;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
.modal-body {
|
|
290
|
+
background-color: var(--colorDefault40);
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
.modal-content .close {
|
|
294
|
+
color: var(--textColor40);
|
|
295
|
+
text-shadow: none;
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
.list-group-item {
|
|
299
|
+
background-color: transparent;
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
.k-autocomplete .k-input,
|
|
303
|
+
.k-multiselect-wrap,
|
|
304
|
+
.k-textbox>input,
|
|
305
|
+
.form-control {
|
|
306
|
+
border-radius: 0;
|
|
307
|
+
border: none;
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
.k-autocomplete.k-state-focused,
|
|
311
|
+
.k-dropdown-wrap.k-state-focused,
|
|
312
|
+
.k-multiselect.k-header.k-state-focused,
|
|
313
|
+
.k-numeric-wrap.k-state-focused,
|
|
314
|
+
.k-picker-wrap.k-state-focused,
|
|
315
|
+
.k-textbox:focus {
|
|
316
|
+
box-shadow: none;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
/* banner */
|
|
320
|
+
.jumbotron .h1,
|
|
321
|
+
.jumbotron h1,
|
|
322
|
+
.jumbotron .h2,
|
|
323
|
+
.jumbotron h2 {
|
|
324
|
+
color: var(--textColor70);
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
/* Page login */
|
|
328
|
+
.siginPanel {
|
|
329
|
+
background-color: var(--backgroundColor50);
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
.login-view {
|
|
333
|
+
background-color: var(--backgroundColor40);
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
#crn-botao-cadastre,
|
|
337
|
+
.login-view .sign-up,
|
|
338
|
+
.crn-anchor-signup-back {
|
|
339
|
+
color: var(--textColor40);
|
|
340
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
.navbar {
|
|
2
|
+
background-image: none;
|
|
3
|
+
background-color: var(--colorDefault40, #4e5d6c);
|
|
4
|
+
border-bottom: none;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.navbar-inverse {
|
|
8
|
+
background-image: none;
|
|
9
|
+
background-color: var(--colorPrimary40, #df691a);
|
|
10
|
+
border: none
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.navbar-inverse .badge {
|
|
14
|
+
background-color: #fff;
|
|
15
|
+
color: var(--colorPrimary40, #df691a);
|
|
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(--textColor40, #ebebeb);
|
|
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(--textColorPrimary40, #ffffff);
|
|
32
|
+
background-color: var(--colorDefault50, #44515f);
|
|
33
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
.panel {
|
|
2
|
+
border: none;
|
|
3
|
+
border-radius: 0;
|
|
4
|
+
background-color: var(--colorDefault40);
|
|
5
|
+
box-shadow: none;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.panel-footer,
|
|
9
|
+
.panel-heading {
|
|
10
|
+
border: none;
|
|
11
|
+
border-radius: 0;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
/* Default */
|
|
15
|
+
.panel-default .panel-heading,
|
|
16
|
+
.panel-footer {
|
|
17
|
+
color: var(--textColor40, #ebebeb);
|
|
18
|
+
background-color: var(--colorDefault50, #44515f);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
/* Primary */
|
|
22
|
+
|
|
23
|
+
.panel-primary>.panel-heading {
|
|
24
|
+
color: var(--textColor40, #ebebeb);
|
|
25
|
+
background-color: var(--colorPrimary40, #df691a);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
/* Sucess */
|
|
29
|
+
|
|
30
|
+
.panel-success>.panel-heading {
|
|
31
|
+
color: var(--textColor40, #ebebeb);
|
|
32
|
+
background-color: var(--colorSuccess40, #5cb85c);
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
/* Info */
|
|
37
|
+
.panel-info>.panel-heading {
|
|
38
|
+
color: var(--textColor40, #ebebeb);
|
|
39
|
+
background-color: var(--colorCalm40, #5bc0de);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
/* Warning */
|
|
43
|
+
.panel-warning>.panel-heading {
|
|
44
|
+
color: var(--textColor40, #ebebeb);
|
|
45
|
+
background-color: var(--colorWarning40, #f0ad4e);
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
/* Danger */
|
|
49
|
+
.panel-danger>.panel-heading {
|
|
50
|
+
color: var(--textColor40, #ebebeb);
|
|
51
|
+
background-color: var(--colorDanger40, #d9534f);
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
/* Light */
|
|
55
|
+
.panel-light>.panel-heading {
|
|
56
|
+
color: var(--textColorLight40, #444444);
|
|
57
|
+
background-color: var(--colorLight40, #abb6c2);
|
|
58
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
.ctn-tab .nav-tabs li.active a,
|
|
2
|
+
.ctn-tab .nav-tabs li.active a:hover {
|
|
3
|
+
color: var(--textColor40, #ebebeb);
|
|
4
|
+
cursor: default;
|
|
5
|
+
background-color: transparent;
|
|
6
|
+
border: none;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.ctn-tab .nav-tabs li.active {
|
|
10
|
+
border-radius: 0;
|
|
11
|
+
border: 1px solid var(--colorDefault40, #8d949b);
|
|
12
|
+
border-bottom: none;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.ctn-tab .nav-tabs li a,
|
|
16
|
+
.ctn-tab .nav-tabs {
|
|
17
|
+
border: none;
|
|
18
|
+
color: var(--textColor40, #ebebeb);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.ctn-tab .nav-tabs li a:hover{
|
|
22
|
+
text-decoration: none;
|
|
23
|
+
color: var(--textColor40, #ebebeb);
|
|
24
|
+
background-color: var(--colorDefault40, #4e5d6c);
|
|
25
|
+
}
|
|
@@ -0,0 +1,223 @@
|
|
|
1
|
+
.btn {
|
|
2
|
+
display: inline-block;
|
|
3
|
+
margin-bottom: 0;
|
|
4
|
+
font-weight: normal;
|
|
5
|
+
text-align: center;
|
|
6
|
+
vertical-align: middle;
|
|
7
|
+
-ms-touch-action: manipulation;
|
|
8
|
+
touch-action: manipulation;
|
|
9
|
+
cursor: pointer;
|
|
10
|
+
background-image: none;
|
|
11
|
+
border: 1px solid transparent;
|
|
12
|
+
white-space: nowrap;
|
|
13
|
+
padding: 8px 12px;
|
|
14
|
+
font-size: 14px;
|
|
15
|
+
line-height: 1.42857143;
|
|
16
|
+
border-radius: 4px;
|
|
17
|
+
-webkit-user-select: none;
|
|
18
|
+
-moz-user-select: none;
|
|
19
|
+
-ms-user-select: none;
|
|
20
|
+
user-select: none;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
div#view-canvas .btn.disabled,
|
|
24
|
+
.btn.disabled,
|
|
25
|
+
.btn[disabled],
|
|
26
|
+
fieldset[disabled] .btn {
|
|
27
|
+
cursor: not-allowed;
|
|
28
|
+
opacity: 0.65;
|
|
29
|
+
box-shadow: none;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.btn i {
|
|
33
|
+
margin-right: 5px;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.btn span {
|
|
37
|
+
margin-top: 2px;
|
|
38
|
+
z-index: 0;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.btn {
|
|
42
|
+
background-color: var(--colorDefault40, #474949);
|
|
43
|
+
text-align: center;
|
|
44
|
+
color: var(--textColorDefault40, #ffffff);
|
|
45
|
+
border: 1px solid;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
/* Button color */
|
|
49
|
+
/* Default */
|
|
50
|
+
.btn.btn-default,
|
|
51
|
+
div#view-canvas .btn.btn-default {
|
|
52
|
+
background-color: var(--colorDefault40);
|
|
53
|
+
border-color: transparent;
|
|
54
|
+
color: var(--textColorDefault40, #ffffff);
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.btn.btn-default.active,
|
|
58
|
+
.btn.btn-default:active,
|
|
59
|
+
.btn.btn-default:focus,
|
|
60
|
+
.btn.btn-default:hover {
|
|
61
|
+
color: var(--textColorDefault40, #ffffff);
|
|
62
|
+
background-image: none;
|
|
63
|
+
background-color: var(--colorDefault50, #343535);
|
|
64
|
+
border-color: transparent;
|
|
65
|
+
outline: none;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
/* Primary */
|
|
70
|
+
.btn.btn-primary,
|
|
71
|
+
div#view-canvas .btn.btn-primary {
|
|
72
|
+
background-color: var(--colorPrimary40);
|
|
73
|
+
border-color: transparent;
|
|
74
|
+
color: var(--textColorPrimary40, #ffffff);
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.btn.btn-primary.active,
|
|
78
|
+
.btn.btn-primary:active,
|
|
79
|
+
.btn.btn-primary:focus,
|
|
80
|
+
.btn.btn-primary:hover {
|
|
81
|
+
color: var(--textColorPrimary40, #ffffff);
|
|
82
|
+
background-image: none;
|
|
83
|
+
background-color: var(--colorPrimary50, #343535);
|
|
84
|
+
border-color: transparent;
|
|
85
|
+
outline: none;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
/* Success */
|
|
89
|
+
.btn.btn-success,
|
|
90
|
+
div#view-canvas .btn.btn-success {
|
|
91
|
+
background-color: var(--colorSuccess40);
|
|
92
|
+
border-color: transparent;
|
|
93
|
+
color: var(--textColorSuccess40, #ffffff);
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.btn.btn-success.active,
|
|
97
|
+
.btn.btn-success:active,
|
|
98
|
+
.btn.btn-success:focus,
|
|
99
|
+
.btn.btn-success:hover {
|
|
100
|
+
color: var(--textColorSuccess40, #ffffff);
|
|
101
|
+
background-image: none;
|
|
102
|
+
background-color: var(--colorSuccess50, #343535);
|
|
103
|
+
border-color: transparent;
|
|
104
|
+
outline: none;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
/* Warning */
|
|
109
|
+
.btn.btn-warning,
|
|
110
|
+
div#view-canvas .btn.btn-warning {
|
|
111
|
+
background-color: var(--colorWarning40);
|
|
112
|
+
border-color: transparent;
|
|
113
|
+
color: var(--textColorWarning40, #ffffff);
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.btn.btn-warning.active,
|
|
117
|
+
.btn.btn-warning:active,
|
|
118
|
+
.btn.btn-warning:focus,
|
|
119
|
+
.btn.btn-warning:hover {
|
|
120
|
+
color: var(--textColorWarning40, #ffffff);
|
|
121
|
+
background-image: none;
|
|
122
|
+
background-color: var(--colorWarning50, #343535);
|
|
123
|
+
border-color: transparent;
|
|
124
|
+
outline: none;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
/* Danger */
|
|
128
|
+
.btn.btn-danger,
|
|
129
|
+
div#view-canvas .btn.btn-danger {
|
|
130
|
+
background-color: var(--colorDanger40);
|
|
131
|
+
border-color: transparent;
|
|
132
|
+
color: var(--textColorDanger40, #ffffff);
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.btn.btn-danger.active,
|
|
136
|
+
.btn.btn-danger:active,
|
|
137
|
+
.btn.btn-danger:focus,
|
|
138
|
+
.btn.btn-danger:hover {
|
|
139
|
+
color: var(--textColorDanger40, #ffffff);
|
|
140
|
+
background-image: none;
|
|
141
|
+
background-color: var(--colorDanger50, #343535);
|
|
142
|
+
border-color: transparent;
|
|
143
|
+
outline: none;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
/* Info */
|
|
148
|
+
.btn.btn-info,
|
|
149
|
+
div#view-canvas .btn.btn-info {
|
|
150
|
+
background-color: var(--colorCalm40);
|
|
151
|
+
border-color: transparent;
|
|
152
|
+
color: var(--textColorCalm40, #ffffff);
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.btn.btn-info.active,
|
|
156
|
+
.btn.btn-info:active,
|
|
157
|
+
.btn.btn-info:focus,
|
|
158
|
+
.btn.btn-info:hover {
|
|
159
|
+
color: var(--textColorCalm40, #ffffff);
|
|
160
|
+
background-image: none;
|
|
161
|
+
background-color: var(--colorCalm50, #343535);
|
|
162
|
+
border-color: transparent;
|
|
163
|
+
outline: none;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
/* Light */
|
|
167
|
+
.btn.btn-light,
|
|
168
|
+
div#view-canvas .btn.btn-light {
|
|
169
|
+
background-color: var(--colorLight40);
|
|
170
|
+
border-color: transparent;
|
|
171
|
+
color: var(--textColorLight40, #ffffff);
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
.btn.btn-light.active,
|
|
175
|
+
.btn.btn-light:active,
|
|
176
|
+
.btn.btn-light:focus,
|
|
177
|
+
.btn.btn-light:hover {
|
|
178
|
+
color: var(--textColorLight40, #ffffff);
|
|
179
|
+
background-image: none;
|
|
180
|
+
background-color: var(--colorLight50, #343535);
|
|
181
|
+
border-color: transparent;
|
|
182
|
+
outline: none;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
/* Link */
|
|
187
|
+
.btn.btn-link,
|
|
188
|
+
div#view-canvas .btn.btn-link {
|
|
189
|
+
background-image: none;
|
|
190
|
+
background-color: transparent;
|
|
191
|
+
border: none;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.btn.btn-link i,
|
|
195
|
+
.btn.btn-link span {
|
|
196
|
+
color: var(--colorPrimary40, #3399f3);
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
.btn.btn-link.active,
|
|
200
|
+
.btn.btn-link:active {
|
|
201
|
+
background-image: none;
|
|
202
|
+
box-shadow: none;
|
|
203
|
+
outline: none;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
.btn.btn-link:focus,
|
|
208
|
+
.btn.btn-link:hover {
|
|
209
|
+
text-decoration: underline;
|
|
210
|
+
background-color: transparent;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
.btn.btn-link:focus i,
|
|
214
|
+
.btn.btn-link:hover i {
|
|
215
|
+
text-decoration: none;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
/* Extra's button */
|
|
220
|
+
.k-button:focus,
|
|
221
|
+
.k-button:focus:hover {
|
|
222
|
+
box-shadow: none;
|
|
223
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
.modal+div {
|
|
2
|
+
margin-top: 20px;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.modal+div * {
|
|
6
|
+
font-size: 14px;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.modal+div .alert {
|
|
10
|
+
margin-bottom: 0;
|
|
11
|
+
padding: var(--distanceSmallest);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.modal+div .alert .cookiealert-container {
|
|
15
|
+
display: flex;
|
|
16
|
+
flex-wrap: wrap;
|
|
17
|
+
justify-content: center;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.modal+div .alert .cookiealert-container * {
|
|
21
|
+
display: flex;
|
|
22
|
+
align-items: center;
|
|
23
|
+
justify-content: center;
|
|
24
|
+
margin: 2px 10px;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.modal+div .alert .cookiealert-container a {
|
|
28
|
+
order: 4;
|
|
29
|
+
width: 100%;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.modal+div .alert .cookiealert-container button {
|
|
33
|
+
padding: 5px;
|
|
34
|
+
}
|