cronapp-framework-js
Version:
Javascript library for CronApp's projects
726 lines (592 loc) • 17.6 kB
CSS
.k-state-selected,
.k-state-selected:link,
.k-state-selected:visited,
.k-tool.k-state-selected,
.k-grid td.k-state-selected:hover,
.k-grid tr.k-state-selected:hover td {
background: var(--backgroundColor40, #f2f2f2);
color: var(--textColor40, #434343);
}
.k-grid-header th.k-header,
.k-grid-header th.k-header .k-link,
.k-grid-header th.k-header a,
.k-grid-header th.k-header .k-icon,
.k-grid-header th.k-header .k-tool-icon {
color: var(--textColorPrimary40, #fffef9);
}
.k-filter-menu .k-button+.k-button,
.k-button,
.btn,
.k-button.k-default,
.btn.btn-default {
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
background: var(--colorDefault40, #442b69);
color: var(--textColorDefault40, #fffef9);
}
.k-grid-header .k-header {
background: var(--colorDefault40, #442b69);
}
.k-grid-toolbar:first-child,
.k-grouping-header+.k-grid-toolbar {
background: var(--backgroundColor40, #f2f2f2);
}
.k-grid-header th.k-header {
background: var(--colorDefault40, #442b69);
color: var(--textColorPrimary40, #fffef9);
}
.k-grid table {
border-spacing: 1px;
}
.k-slider .k-button {
background: var(--colorDefault40, #442b69);
color: var(--textColorPrimary40, #fffef9);
border-radius: 5px;
transform: translate(-50%, -50%);
box-shadow: 0px;
}
.k-draghandle .k-state-focused:link {
height: initial;
}
.k-slider .k-button:hover {
background: var(--colorDefault60, #32204d);
}
.k-grid .k-pager-numbers .k-state-selected {
background: var(--colorDefault40, #442b69);
color: var(--textColorPrimary40, #fffef9);
border-radius: 5px;
}
.k-button.k-primary {
background: var(--colorSuccess40, #62a86b);
}
.k-button.k-primary:focus,
.k-button.k-primary:hover {
background: var(--colorSucess60, #487b4e);
}
.k-widget.k-tooltip {
background: var(--colorStable30, #dbdbdb);
}
.k-widget {
color: var(--textColorPrimary40, #fffef9);
}
.k-grid-header:first-child th.k-header:first-child {
border-radius: 10px;
}
.k-grid-header th.k-header {
border-radius: 10px;
}
.k-state-selected,
.k-state-selected:link,
.k-state-selected:visited,
.k-tool.k-state-selected {
background: var(--colorDefault40, #442b69);
color: var(--textColorDefault40, #fffef9);
}
.k-grid-header th.k-header,
.k-grid-header th.k-header .k-link,
.k-grid-header th.k-header a,
.k-grid-header th.k-header .k-icon,
.k-grid-header th.k-header .k-tool-icon {
color: var(--textColorPrimary40, #fffef9);
}
.k-grid-header .k-header {
background: var(--colorDefault40, #442b69);
}
.k-grid-toolbar:first-child,
.k-grouping-header+.k-grid-toolbar {
background: var(--backgroundColor40, #f2f2f2);
}
.k-grid-header th.k-header {
background: var(--colorDefault40, #442b69);
color: var(--textColorPrimary40, #fffef9);
}
.k-grid tbody td>.k-grid-delete {
background: var(--colorDanger40, #e34646);
}
.k-grid tbody td>.k-grid-delete:hover {
background: var(--colorDanger60, #a63333);
}
.k-grid table {
border-spacing: 1px;
}
.k-slider-horizontal .k-slider-selection,
.k-slider-horizontal .k-slider-track {
height: 10px;
margin-top: -1px;
top: 0%;
}
.k-slider .k-button {
background: var(--colorDefault40, #442b69);
color: var(--textColorPrimary40, #fffef9);
border-radius: 5px;
box-shadow: none;
}
.k-draghandle .k-state-focused:link {
height: initial;
}
.k-slider-horizontal .k-label {
color: var(--textColor40, #434343);
}
.k-grid .k-pager-numbers .k-state-selected {
background: var(--colorDefault40, #442b69);
color: var(--textColorPrimary40, #fffef9);
border-radius: 5px;
}
/*Buttons*/
.btn.btn-default:focus,
.btn.btn-default:hover {
background: var(--colorDefault20, #b9abce);
color: var(--textColorRoyal40, #fffef9);
}
.k-button.k-primary {
background: var(--colorSuccess40, #62a86b);
color: var(--textColorRoyal40, #fffef9);
}
.btn.btn-primary:hover {
background: var(--colorPrimary50, #478fba);
color: var(--textColorRoyal40, #fffef9);
}
.k-button.k-primary:focus,
.k-button.k-primary:hover {
background: var(--colorSucess60, #487b4e);
color: var(--textColorRoyal40, #fffef9);
}
.btn.btn-success {
background: var(--colorSuccess40, #62a86b);
color: var(--textColorRoyal40, #fffef9);
}
.btn.btn-success:focus,
.btn.btn-success:hover {
background: var(--colorSuccess60, #3a8143);
}
.btn.btn-info {
background: var(--colorCalm40, #8ac8ee);
color: var(--textColorRoyal40, #fffef9);
}
.btn.btn-info:focus,
.btn.btn-info:hover {
background: var(--colorCalm50, #64acd7);
color: var(--textColorRoyal40, #fffef9);
}
.btn.btn-warning {
background: var(--colorWarning40, #e98053);
color: var(--textColorRoyal40, #fffef9);
}
.btn.btn-warning:focus,
.btn.btn-warning:hover {
background: var(--colorWarning50, #dc7144);
color: var(--textColorRoyal40, #fffef9);
}
.btn.btn-danger {
background: var(--colorDanger40, #e34646);
color: var(--textColorRoyal40, #fffef9);
}
.btn.btn-danger:focus,
.btn.btn-danger:hover {
background: var(--colorDanger50, #d43131);
color: var(--textColorRoyal40, #fffef9);
}
.btn.btn-light {
background: var(--colorLight40, #eadede);
}
.btn.btn-light:focus .btn.btn-light:hover {
background: var(--colorLight60, #dcc8c8);
}
.btn.btn-stable {
background: var(--colorStable40, #cfcfcf);
}
.btn.btn-stable:focus,
.btn.btn-stable:hover {
background: var(--colorStable60, #b8b8b8);
}
.btn.btn-link span {
color: var(--colorPrimary40, #68afd9);
}
.btn.btn-royal {
background: var(--colorRoyal40, #2f1a4f);
color: var(--textColorRoyal40, #fffef9);
}
.btn.btn-royal:focus,
.btn.btn-royal:hover {
background: var(--colorDefault20, #b9abce);
color: var(--textColorRoyal40, #fffef9);
}
.btn.btn-dark {
background: var(--colorDark40, #343434);
color: var(--textColorRoyal40, #fffef9);
}
.btn.btn-dark:focus,
.btn.btn-dark:hover {
background: var(--colorDark60, #1f1f1f);
color: var(--textColorRoyal40, #fffef9);
}
.k-widget.k-tooltip {
background: var(--colorDefault40, #442b69);
}
.k-widget.k-tooltip.k-slider-tooltip {
background: var(--colorDefault40, #442b69);
}
.k-widget {
color: var(--textColorPrimary40, #fffef9);
border-bottom: none;
}
thead.k-grid-header th.k-header:last-child {
border-radius: 10px;
}
.btn.btn-link:focus,
.btn.btn-link:hover {
text-decoration-color: var(--colorPrimary40, #68afd9);
}
.k-slider .k-draghandle,
.k-slider .k-draghandle.k-state-focused,
.k-slider .k-draghandle.k-state-focused:link {
height: 15px;
padding: 1px;
}
.k-slider .k-label {
position: relative;
display: block;
margin-top: 2px;
}
.k-grid tr td {
border-radius: 10px;
background: var(--backgroundColor10, #fffef9);
color: var(--textColor40, #434343);
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
background: var(--colorDefault40, #487b4e);
color: var(--textColorPrimary40, #fffef9);
border-radius: 20px;
font-size: 20px;
padding: 4px;
}
.carousel-indicators li {
border-color: var(--colorDefault40, #487b4e);
}
.carousel-indicators .active {
background: var(--colorDefault40, #487b4e);
}
.carousel .carousel-caption h1 {
color: var(--textColor40, #434343);
font-size: 30px;
font-weight: 400;
}
.carousel .carousel-caption h2 {
color: var(--textColor40, #434343);
font-size: 18px;
font-weight: 400;
}
label {
margin-bottom: 15px;
}
.k-tick .k-tick-large {
line-height: 10px;
color: var(--textColor40, #434343);
}
.k-slider .k-button-decrease {
left: 30px;
}
.k-dropdown-wrap .k-input {
background: var(--textColorPrimary40, #fffef9);
border-radius: 20px;
}
.k-webkit .k-pager-numbers .k-current-page .k-link {
background: var(--colorDefault40, #487b4e);
border-color: var(--colorDefault40, #487b4e);
border-radius: 10px;
width: auto;
}
.k-webkit .k-pager-numbers .k-current-page .k-link:hover {
background: var(--colorDefault60, #32204d);
border-color: var(--colorDefault60, #32204d);
}
.k-autocomplete.k-state-default .k-input {
border-radius: 20px;
box-shadow: none;
border: none;
}
.k-webkit .k-pager-numbers.k-state-expanded .k-current-page .k-link {
border-radius: 10px;
}
.k-pager-sizes .k-dropdown-wrap .k-input {
background: var(--colorDefault40, #487b4e);
color: var(--textColorPrimary40, #fffef9);
border-color: var(--colorDefault40, #487b4e);
border-radius: 10px;
text-indent: initial;
margin-left: -3px;
width: auto;
text-align: center;
}
.k-dropdown-wrap .k-input {
width: auto;
}
.k-state-default>.k-select {
background: transparent;
border: unset;
}
.k-pager-wrap .k-link.k-state-disabled:hover {
background: var(--colorDefault20, #b5b0be);
}
.k-icon {
color: var(--textColorPrimary40, #fffef9);
}
.layout-template-modern:focus-within {
border-bottom: none;
}
.layout-template-modern {
border-radius: 20px;
border-bottom: none;
}
.k-dropdown-wrap,
.k-dropdown-wrap.k-state-default {
background: var(--backgroundColor10, #fffef9);
border-bottom: none;
border-radius: 20px;
}
.k-dropdown-wrap {
background: transparent;
border-radius: 20px;
}
/*Caixa seleção multipla*/
.k-multiselect.k-state-border-down .k-multiselect-wrap,
.k-list-container .k-popup .k-group .k-reset {
border-radius: 20px;
border: transparent;
}
#taglist-padrao-do-tema-list.k-list-container.k-popup.k-group.k-reset.k-state-border-up,
#taglist-secundario-list.k-list-container.k-popup.k-group.k-reset.k-state-border-up,
#taglist-sucesso-list.k-list-container.k-popup.k-group.k-reset.k-state-border-up,
#taglist-informacao-list.k-list-container.k-popup.k-group.k-reset.k-state-border-up,
#taglist-aviso-list.k-list-container.k-popup.k-group.k-reset.k-state-border-up,
#taglist-perigo-list.k-list-container.k-popup.k-group.k-reset.k-state-border-up,
#taglist-claro-list.k-list-container.k-popup.k-group.k-reset.k-state-border-up,
#taglist-estavel-list.k-list-container.k-popup.k-group.k-reset.k-state-border-up,
#taglist-real-list.k-list-container.k-popup.k-group.k-reset.k-state-border-up,
#taglist-escuro-list.k-list-container.k-popup.k-group.k-reset.k-state-border-up {
border-radius: 20px;
}
#cron-crn-enterprise-combobox-multiple-default-list.k-list-container.k-popup.k-group.k-reset,
#cron-crn-enterprise-combobox-multiple-primary-list.k-list-container.k-popup.k-group.k-reset,
#cron-crn-enterprise-combobox-multiple-success-list.k-list-container.k-popup.k-group.k-reset,
#cron-crn-enterprise-combobox-multiple-info-list.k-list-container.k-popup.k-group.k-reset,
#cron-crn-enterprise-combobox-multiple-warning-list.k-list-container.k-popup.k-group.k-reset,
#cron-crn-enterprise-combobox-multiple-danger-list.k-list-container.k-popup.k-group.k-reset,
#cron-crn-enterprise-combobox-multiple-light-list.k-list-container.k-popup.k-group.k-reset,
#cron-crn-enterprise-combobox-multiple-stable-list.k-list-container.k-popup.k-group.k-reset,
#cron-crn-enterprise-combobox-multiple-royal-list.k-list-container.k-popup.k-group.k-reset,
#cron-crn-enterprise-combobox-multiple-dark-list.k-list-container.k-popup.k-group.k-reset {
border-radius: 20px;
}
.k-list-container .kpopup .k-group .k-reset .k-state-border-up #cron-crn-enterprise-combobox-multiple-658028-list {
border-radius: 20px;
}
.k-popup .k-list .k-state-focused {
box-shadow: none;
background: var(--colorStable30, #dbdbdb);
border-radius: 20px;
}
#cron-crn-enterprise-autocomplete-207639-list.k0list-container.k-popup.k-group.k-reset.k-state-border-up {
border-radius: 20px;
}
.k-list>.k-state-hover {
box-shadow: none;
background: var(--colorStable20, #e6e6e6);
}
.k-combobox .k-state-default .k-input {
box-shadow: none;
}
.k-popup .k-list .k-item, .k-list>.k-state-hover, .k-state-hover:hover {
color: var(--textColor40, #434343);
border-radius: 20px;
}
.k-i-check:before,
.k-i-cancel:before {
left: 1px;
}
.k-autocomplete.k-state-default {
border-bottom: none;
border-radius: 20px;
}
cron-grid .k-tooltip span:before {
color: var(--textColor40, #434343);
}
.k-widget.k-tooltip-validation {
background: var(--colorStable20, #e6e6e6);
}
.k-webkit .k-pager-numbers .k-current-page .k-link:after {
content: none;
}
.layout-template-modern:focus-within {
background: none
}
.k-calendar .k-link.k-nav-fast,
.k-calendar .k-header .k-link.k-nav-next,
.k-calendar .k-header .k-link.k-nav-prev {
background: var(--backgroundColor70, #d9d9d9);
color: var(--textColor40, #434343);
font-size: 12px;
font-style: normal;
font-weight: 700;
}
.k-calendar .k-content .k-link {
display: block;
overflow: hidden;
min-height: 1.8333em;
line-height: 1.8333em;
padding: 0 0.45em 0 0.1em;
color: var(--textColor40, #434343);
}
.k-calendar-container.k-popup.k-group.k-reset.k-state-border-up,
.k-calendar .k-header {
background: var(--backgroundColor70, #d9d9d9);
}
.k-calendar .k-link {
background: var(--backgroundColor10, #fffef9);
}
.k-calendar .k-footer .k-nav-today {
background: var(--backgroundColor70, #d9d9d9);
}
.k-calendar-container>.k-calendar {
background: var(--backgroundColor70, #d9d9d9);
}
.k-button.k-scheduler-delete {
background: var(--colorDanger40, #e34646);
color: var(--textColorDanger40, #fffef9);
}
.k-button.k-scheduler-delete:hover {
background: var(--colorDanger50, #d43131);
color: var(--textColorDanger40, #fffef9);
}
.k-button.k-scheduler-delete:active {
background: var(--colorDanger70, #7c2626);
color: var(--textColorDanger40, #fffef9);
}
.k-button.k-scheduler-Excluirsérie {
background: var(--colorDanger40, #e34646);
color: var(--textColorDanger40, #fffef9);
}
.k-button.k-scheduler-Excluirsérie:hover {
background: var(--colorDanger50, #d43131);
color: var(--textColorDanger40, #fffef9);
}
.k-button.k-scheduler-Excluirsérie:active {
background: var(--colorDanger70, #7c2626);
color: var(--textColorDanger40, #fffef9);
}
.k-icon.i-i-arrow-60-right::before {
background: var(--colorDefault40, #442b69);
}
.k-icon.i-i-arrow-60-left::before {
background: var(--colorDefault40, #442b69);
}
/* Calendar*/
.k-calendar .k-content,
.k-calendar .k-content th {
text-align: center;
}
td .k-calendar .k-today.k-state-selected,
.k-calendar .k-state-focused,
.k-calendar td.k-state-focused a.k-link,
.gridcell {
background: var(--colorDefault40, #442b69);
color: var(--textColorDefault40, #fffef9);
box-shadow: none;
}
.k-calendar .k-state-focused,
.k-calendar td.k-state-focused {
box-shadow: unset;
}
.k-calendar .k-state-focused:hover,
.k-calendar td.k-state-focused:hover > a.k-link {
background: var(--colorDefault20, #b9abce);
color: var(--textColorDefault40, #fffef9);
border-radius: 5px;
box-shadow: unset;
}
.k-calendar.kstate-selected.k-state-hover.k-link {
background: var(--colorDefault40, #442b69);
color: var(--textColorDefault40, #fffef9);
}
.k-calendar th {
background: var(--colorDefault40, #442b69);
color: var(--textColorDefault40, #fffef9);
border: solid 1px #fffef9;
border-radius: 5px;
}
.k-calendar.k-today.k-state-selected {
background: var(--colorDefault40, #442b69);
color: var(--textColorDefault40, #fffef9);
}
.k-calendar .k-state-selected .k-link {
background: var(--colorDefault40, #442b69);
color: var(--textColorDefault40, #fffef9);
box-shadow: transparent;
border: unset;
}
.k-calendar .k-state-selected.k-state-hover .k-link {
background: var(--colorDefault20, #b9abce);
color: var(--textColorDefault40, #fffef9);
box-shadow: transparent;
border: unset;
}
.k-calendar-container.k-group {
border: unset;
}
td.k-state-focused.k-state-selected {
background: var(--colorDefault40, #442b69);
color: var(--textColorDefault40, #fffef9);
box-shadow: unset;
}
.k-link-selected {
background: var(--colorDefault40, #442b69);
color: var(--textColorDefault40, #fffef9);
}
span.k-icon.k-i-calendar::before,
.k-i-clock:before {
color: var(--colorDefault40, #442b69);
}
.k-button.k-button-icon .k-icon:before,
.k-grid-filter .k-icon:before,
.k-header .k-icon:before {
text-indent: 0;
color: var(--textColorDanger40, #fffef9);
}
td.k-today {
background: var(--colorRoyal60, #6c5b87);
color: var(--textColorDefault40, #fffef9);
}
.k-state-focused,
.k-state-selected {
background: var(--colorDefault40, #442b69);
color: var(--textColorDefault40, #fffef9);
box-shadow: unset;
}
.k-icon k-i-close::before,
.k-nav-next {
color: var(--colorDefault40, #442b69);
}
.k-webkit .k-pager-numbers .k-current-page .k-link {
width: 3.2em;
padding: 0 0.429em 0 0.714em;
border-radius: 4px;
border-right: 1px solid #cccccc;
color: var(--textColorDefault40, #fffef9);
}
.k-link .k-state-selected .k-state-focused {
background: var(--colorDefault40, #442b69);
color: var(--textColorDefault40, #fffef9);
}
.k-calendar .k-content .k-link:hover,
.k-scheduler-edit-form .k-edit-field .k-button:hover {
background: var(--colorDefault20, #b9abce);
color: var(--textColorDefault40, #fffef9);
}
.k-scheduler-edit-form .k-edit-field .k-button:active {
background: var(--colorDefault70, #25183a);
color: var(--textColorDefault70, #fffef9);
}
.k-calendar .k-content {
border: transparent;
width: calc(200px - 1%) ;
}