summaryrefslogtreecommitdiff
path: root/openstack_dashboard/themes/material/static/horizon/components/_datepicker.scss
blob: 4e28b8abdd4c495fe77d692bdeadaf5d03fccb5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.datepicker-delimiter {
  @extend .mdi;
  @extend .mdi-arrow-right;
  padding-right: $padding-base-horizontal;

  &:before {
    content: "\F054";
  }

  &-text {
    display: none;
  }
}
.datepicker table tr td.active.active {
  background-color: $brand-primary;

  &:hover{
    background-color: $brand-primary;
  }
}