HEX
Server: Apache
System: Linux b:u:newjapaneti:1 3.10.0-1160.31.1.el7.x86_64 #1 SMP Thu Jun 10 13:32:12 UTC 2021 x86_64
User: newjapaneti (381717)
PHP: 5.6.30
Disabled: apache_get_modules, apache_get_version, apache_reset_timeout, apache_getenv, apache_note, apache_setenv
Upload Files
File: /var/www/html/newjapanetiquetas.com.br/web/docs/styles/less/plugins/daterangepicker.less
/* $daterangepicker
 ------------------------------------------*/

.daterangepicker {
  display: none;
  .opacity(1);
  visibility: visible;
  .rounded(@border-radius-base);
  font-size: @font-size-base;
  .box-shadow(0 1px 1px fade(@border-color, 30%));
  margin-top: -0.0625rem;
  .ranges .input-mini {
    background-color: transparent;
    border-color: @border-color;
    .rounded(@border-radius-base);
    color: @text-color;
  }
  .calendar-date {
    .rounded(@border-radius-base);
    border-color: @border-color;
  }
  td.available + td.start-date {
    border-radius: @border-radius-base 0 0 @border-radius-base;
  }
  td.in-range + td.end-date {
    border-radius: 0 @border-radius-base @border-radius-base 0;
  }
  td.available:hover,
  th.available:hover {
    background: @brand-default;
  }
  td.active,
  td.active:hover {
    background-color: @brand-primary;
    border-color: @brand-primary;
    color: #fff;
  }
  td,
  th {
    .rounded(@border-radius-base);
  }
  .calendar th,
  .calendar td {
    font-family: inherit;
  }
  td.start-date.end-date {
    .rounded(@border-radius-base)!important;
  }
  .ranges li {
    background: @border-color;
    border-color: @border-color;
    color: @text-color;
    .rounded(@border-radius-base);
  }
  .ranges li.active,
  .ranges li:hover {
    background: @brand-primary;
    border-color: @brand-primary;
  }
}