source: resources/assets/sass/components/datepicker.scss@ 7304c7f

develop
Last change on this file since 7304c7f was 7304c7f, checked in by beratkjufliju <kufliju@…>, 3 years ago

added user authentication, create & forgot password methods and blades

  • Property mode set to 100644
File size: 206 bytes
Line 
1.daterangepicker {
2 td.active {
3 background: $color-primary;
4 &:hover {
5 background: $color-primary;
6 }
7 }
8}
9
10.daterangepicker .ranges li.active {
11 background: $color-primary;
12}
Note: See TracBrowser for help on using the repository browser.