[fix] daterangepicker styles

This commit is contained in:
Masaki Matsumura 2019-10-28 11:28:51 +09:00
parent 88f39b59d5
commit 84e9f6ce57
4 changed files with 36 additions and 6 deletions

View file

@ -4717,6 +4717,23 @@ ul.notifications {
/** /Dropzone.js **/
.daterangepicker.dropdown-menu {
border: 0;
z-index: auto;
}
.daterangepicker.dropdown-menu .calendar {
margin: 0;
}
.daterangepicker.dropdown-menu .calendar .calendar-table {
border: 0;
}
.daterangepicker.dropdown-menu .calendar .calendar-table table {
border-collapse: separate;
}
.daterangepicker .ranges li {
color: #73879C;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,12 +1,25 @@
.daterangepicker {
&.dropdown-menu {
border: 0;
z-index: auto;
.calendar {
margin: 0;
.calendar-table {
border: 0;
table {
border-collapse: separate;
}
}
}
}
.ranges {
li {
color: #73879C;
&.active, &:hover {
background: #536A7F;
border: 1px solid #536A7F;
color: #fff;
color: #fff;
}
}
}
@ -53,7 +66,7 @@
&.active, &.active:hover {
background-color: #536A7F;
color: #fff;
}
}
}
th.available:hover {
@ -184,4 +197,4 @@
.calendar-table {
padding: 0 0 4px 0;
}
}
}