Sha256: fd47480fac37bc02c82620daa84289093febc79cfdbdebb658821b16b0747ae5

Contents?: true

Size: 1.74 KB

Versions: 77

Compression:

Stored size: 1.74 KB

Contents

// Table of Contents
// ==================================================
// Datepicker

// scss-lint:disable ImportantRule
// scss-lint:disable NestingDepth
// scss-lint:disable SelectorDepth

// Datepicker
// ==================================================
.datepicker {
  padding: 4px;

  table {
    width: 100%;

    td,
    th {
      border-radius: border-radius(b);
      padding: 8px 6px;
      text-align: center;
    }
    th:not(.dow) {
      &:hover,
      &:focus {
        background: color(haze);
        cursor: pointer;
      }
    }
    td {
      &.today { color: color(primary); }
      &.day,
      &.today {
        &:hover,
        &:focus {
          background: color(haze);
          cursor: pointer;
        }
        &:active,
        &.active {
          background: color(primary);
          color: color(white);
        }
      }
      &.old,
      &.new { color: color(gray); }
      &.disabled {
        background: color(transparent) !important;
        color: dark-color(dark-haze) !important;
        cursor: not-allowed !important;
        text-decoration: line-through;
      }

      span {
        border-radius: border-radius(b);
        display: block;
        float: left;
        margin: 1%;
        padding: 13px 0;
        width: 23%;

        &:hover,
        &.focus,
        &.focused {
          background: color(haze);
          cursor: pointer;
        }
        &:active,
        &.active,
        &.focused {
          background: color(primary);
          color: color(white);
        }
        &.disabled {
          background: color(transparent) !important;
          color: dark-color(dark-haze) !important;
          cursor: not-allowed !important;
          text-decoration: line-through;
        }
      }
    }
  }
}

Version data entries

77 entries across 77 versions & 1 rubygems

Version Path
active_frontend-14.0.85 vendor/assets/stylesheets/components/_datepicker.scss
active_frontend-14.0.84 vendor/assets/stylesheets/components/_datepicker.scss
active_frontend-14.0.83 vendor/assets/stylesheets/components/_datepicker.scss
active_frontend-14.0.82 vendor/assets/stylesheets/components/_datepicker.scss
active_frontend-14.0.81 vendor/assets/stylesheets/components/_datepicker.scss
active_frontend-14.0.80 vendor/assets/stylesheets/components/_datepicker.scss
active_frontend-14.0.79 vendor/assets/stylesheets/components/_datepicker.scss
active_frontend-14.0.78 vendor/assets/stylesheets/components/_datepicker.scss
active_frontend-14.0.77 vendor/assets/stylesheets/components/_datepicker.scss
active_frontend-14.0.76 vendor/assets/stylesheets/components/_datepicker.scss
active_frontend-14.0.75 vendor/assets/stylesheets/components/_datepicker.scss
active_frontend-14.0.74 vendor/assets/stylesheets/components/_datepicker.scss
active_frontend-14.0.73 vendor/assets/stylesheets/components/_datepicker.scss
active_frontend-14.0.72 vendor/assets/stylesheets/components/_datepicker.scss
active_frontend-14.0.71 vendor/assets/stylesheets/components/_datepicker.scss
active_frontend-14.0.70 vendor/assets/stylesheets/components/_datepicker.scss
active_frontend-14.0.69 vendor/assets/stylesheets/components/_datepicker.scss
active_frontend-14.0.68 vendor/assets/stylesheets/components/_datepicker.scss
active_frontend-14.0.67 vendor/assets/stylesheets/components/_datepicker.scss
active_frontend-14.0.66 vendor/assets/stylesheets/components/_datepicker.scss