aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/bower_components/admin-lte/build/less/datepicker.less
blob: 11872d4b2f543a8f0df0bbfc35556abf3d243134 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.box {
  .datepicker-inline {
    &,
    .datepicker-days {
      &,
      > table {
        width: 100%;
        td {
          &:hover {
            background-color: rgba(255, 255, 255, .3);
          }
          &.day {
            &.old,
            &.new {
              color: #777;
            }
          }
        }
      }
    }
  }
}