cronapp-framework-js
Version:
Javascript library for CronApp's projects
259 lines (219 loc) • 7.68 kB
CSS
.bootstrap-datetimepicker-widget .row {
display: flex;
flex-direction: column;
}
.bootstrap-datetimepicker-widget .row .col-md-6 {
width: 100%;
}
.bootstrap-datetimepicker-widget .row .timepicker {
border-top: 1px solid var(--backgroundColor50, #dfdfdf);
margin-top: 16px;
padding-top: 16px;
}
.bootstrap-datetimepicker-widget .timepicker .table-condensed td span,
.bootstrap-datetimepicker-widget .row .timepicker .table-condensed td {
height: 30px;
line-height: 30px;
width: 30px;
border-radius: var(--borderRadiusMedium, 20px);
}
.bootstrap-datetimepicker-widget a[data-action] {
padding: 0;
}
.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
width: 100%;
}
.bootstrap-datetimepicker-widget table td.day {
border-radius: var(--borderRadiusMedium, 20px);
font-weight: 600;
height: 30px;
line-height: 1;
width: 30px;
padding: 2px;
}
.bootstrap-datetimepicker-widget table td span.timepicker-hour,
.bootstrap-datetimepicker-widget table td span.timepicker-minute,
.bootstrap-datetimepicker-widget table td span.timepicker-second {
color: var(--textColor40, #383838);
border: 1px solid var(--textColor40, #383838);
border-radius: var(--borderRadiusSmallest, 5px) ;
width: 50px ;
height: 50px ;
line-height: 50px ;
font-family: var(--fontFamily, 'Rawline', 'Raleway', sans-serif);
font-weight: 400;
font-size: var(--textNormalSize, 16px);
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
background: var(--colorDefault10, #d6daeb);
color: var(--colorDefault40, #1351b4);
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
border-radius: var(--borderRadiusMedium, 20px);
background: var(--colorWarning10, #fff1d5);
border-color: transparent;
color: var(--colorWarning70, #8c7004);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
border: 0;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
font-weight: 400;
color: var(--colorDefault40, #1351b4);
}
.bootstrap-datetimepicker-widget table th {
color: var(--textColor40, #383838);
font-weight: 400;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
color: var(--colorDefault40, #1351b4);
font-weight: 600;
text-transform: capitalize;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
background: transparent;
}
/* Data e hora */
*[id^="crn-datepicker"] .form-group label+div,
*[id^="crn-timepicker"] .form-group label+div,
*[id^="crn-datetimepicker"] .form-group label+div {
background: var(--backgroundColor40, #ffffff);
color: var(--textColor40, #383838);
border-radius: var(--borderRadiusSmallest, 5px);
padding: var(--distanceSmallest, 5px) var(--distanceSmall, 20px);
border: 1px solid var(--colorNeutral90, #828282);
box-shadow: none;
width: min-content;
display: flex;
}
.modal *[id^="crn-datepicker"] .form-group label+div,
.modal *[id^="crn-timepicker"] .form-group label+div,
.modal *[id^="crn-datetimepicker"] .form-group label+div {
width: 275px;
}
@-moz-document url-prefix() {
.modal *[id^="crn-datepicker"] .form-group label+div,
.modal *[id^="crn-timepicker"] .form-group label+div,
.modal *[id^="crn-datetimepicker"] .form-group label+div {
width: 305px;
}
}
*[id^="crn-datepicker"] .form-group label+div input,
*[id^="crn-timepicker"] .form-group label+div input,
*[id^="crn-datetimepicker"] .form-group label+div input {
border: 0;
width: min-content;
padding: 0 4px;
background: transparent;
}
.modal *[id^="crn-datepicker"] .form-group label+div input,
.modal *[id^="crn-timepicker"] .form-group label+div input,
.modal *[id^="crn-datetimepicker"] .form-group label+div input {
width: 275px;
}
@-moz-document url-prefix() {
.modal *[id^="crn-datepicker"] .form-group label+div input,
.modal *[id^="crn-timepicker"] .form-group label+div input,
.modal *[id^="crn-datetimepicker"] .form-group label+div input {
width: 305px;
}
}
*[id^="crn-datepicker"] .form-group label+div::after,
*[id^="crn-timepicker"] .form-group label+div::after,
*[id^="crn-datetimepicker"] .form-group label+div::after {
content: "\f073";
font-family: "FontAwesome";
line-height: 1;
padding-top: 6px;
width: 19px;
height: 19px;
color: var(--colorDefault40, #1351b4);
}
*[id^="crn-datepicker"] .form-group label+div:hover,
*[id^="crn-timepicker"] .form-group label+div:hover,
*[id^="crn-datetimepicker"] .form-group label+div:hover {
background: var(--colorNeutral30, #D5D5D5);
}
*[id^="crn-datepicker"] .form-group label+div:focus,
*[id^="crn-timepicker"] .form-group label+div:focus,
*[id^="crn-datetimepicker"] .form-group label+div:focus {
border-color: transparent;
box-shadow: 0 0 0 3px var(--colorWarning50, #ffcd07);
}
*[id^="crn-datepicker"] .form-group label+div input:hover,
*[id^="crn-timepicker"] .form-group label+div input:hover,
*[id^="crn-datetimepicker"] .form-group label+div input:hover {
background: transparent;
}
*[id^="crn-datepicker"] .form-group label+div input:focus,
*[id^="crn-timepicker"] .form-group label+div input:focus,
*[id^="crn-datetimepicker"] .form-group label+div input:focus {
border: 0;
box-shadow: none;
}
cron-calendar.k-calendar .k-footer,
cron-calendar.k-calendar .k-header,
.k-calendar .k-footer .k-nav-today {
background: var(--backgroundColor40, #ffffff);
color: var(--textColor40, #383838);
}
.k-calendar td.k-state-hover,
.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,
.k-calendar .k-header .k-icon {
color: var(--textColor40, #383838);
}
cron-calendar.k-widget {
border-color: var(--backgroundColor50, #dfdfdf);
}
.k-widget.k-calendar .k-nav-next.k-state-hover,
.k-widget.k-calendar .k-nav-prev.k-state-hover,
.k-calendar .k-nav-fast.k-state-hover,
.k-calendar .k-footer .k-nav-today.k-state-hover,
.k-calendar .k-footer .k-nav-today:hover {
background: var(--backgroundColor50, #dfdfdf);
box-shadow: none;
}
.k-calendar th {
background: var(--backgroundColor50, #dfdfdf);
}
.k-calendar td.k-state-hover,
.k-calendar td.k-state-focused.k-state-selected.k-state-hover,
.k-calendar .k-state-selected.k-state-hover,
.k-listview>.k-state-focused.k-state-selected,
.k-state-selected td.k-state-focused,
td.k-state-focused.k-state-selected,
.k-state-selected {
box-shadow: inset 0 0 10px 3px var(--colorDefault30, #7c8ec8);
}
.k-calendar td.k-state-hover .k-link {
color: var(--textColor40, #383838);
}
.k-calendar .k-today.k-state-selected.k-state-hover{
background: var(--colorDefault10, #d6daeb);
}
.k-calendar .k-content .k-other-month .k-link {
color: var(--textColor30, #858585);
}
.k-calendar td.k-state-selected {
background: transparent;
}
/* seta do modal do calendario */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
border-bottom-color: var(--backgroundColor40, #ffffff);
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
border-top-color: var(--backgroundColor40, #ffffff);
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom::before {
border-bottom-color: transparent;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top::before {
border-top-color: transparent;
}