| Server IP : 85.158.181.41 / Your IP : 216.73.217.12 Web Server : Apache System : Linux cloud9-vm129 6.1.178+1-ph #ph SMP PREEMPT_DYNAMIC Wed Jul 29 09:00:54 UTC 2026 x86_64 User : moncbefd ( 1024) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/moncbefd/www.moneta.at/themes/Honeygrid/styles/system/modules/ |
Upload File : |
/*
jQuery Daterangepicker
==========================================================================
Additional styling for the jQuery Daterangepicker plugin.
*/
$daterangepicker-width: 550px;
$daterangepicker-border-width: 3px; // Border is messing the container width.
.comiseo-daterangepicker {
width: $daterangepicker-width + $daterangepicker-border-width * 2;
padding: 0;
border-radius: $border-radius-base;
border: $daterangepicker-border-width solid rgba(0, 0, 0, .2);
background: $gx-body-bg-color;
.comiseo-daterangepicker-main {
padding: 0;
background: none;
border: none;
.comiseo-daterangepicker-presets {
display: none; // We do not need the preset functionality.
}
.comiseo-daterangepicker-calendar {
display: block;
height: auto;
padding: 0;
border: none;
.ui-datepicker {
width: $daterangepicker-width !important;
margin: 0;
border-radius: 0;
position: initial;
.ui-datepicker-group-last {
.ui-datepicker-calendar {
border-left: 1px solid darken($brand-primary, 10%);
}
}
.ui-datepicker-title {
select {
background: $input-bg;
border: 1px solid darken($brand-primary, 10%);
border-radius: $border-radius-base;
line-height: 15px;
padding: 3px;
}
.ui-datepicker-year {
width: 30%;
}
}
.ui-datepicker-group {
table {
width: 100%;
}
}
td.ui-state-highlight {
background: $brand-primary !important;
border-color: $brand-primary;
a {
background: none;
}
}
.ui-datepicker-today {
background: lighten($brand-primary, 15%);
a {
background: none;
color: $component-active-color;
}
}
.ui-state-disabled {
padding-top: $padding-small-vertical;
}
}
}
}
.comiseo-daterangepicker-buttonpanel {
width: 100%;
padding: 10px $padding-small-horizontal / 2;
background: $table-bg-accent;
border: none;
margin-top: 4px;
button {
@extend .btn;
@extend .btn-sm;
@include border-radius(2px);
float: right;
opacity: 1;
margin-top: 0;
&:nth-child(2) {
display: none; // Hide the "Cancel" button (there's no plugin option for that).
}
&.ui-priority-primary {
@extend .btn-primary;
}
&.ui-priority-secondary {
@extend .btn-default;
}
}
}
}
.daterangepicker-wrapper {
// Position the icon inside the input field.
i {
float: right;
margin-top: -22px;
margin-right: 8px;
}
}