mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
remove bg color on calendar buttons lines
This commit is contained in:
parent
34da989c9b
commit
a0066a5bcf
@ -135,11 +135,15 @@ p-calendar,
|
|||||||
}
|
}
|
||||||
|
|
||||||
// weekend days
|
// weekend days
|
||||||
|
tr {
|
||||||
|
background: $white;
|
||||||
|
}
|
||||||
tr > td {
|
tr > td {
|
||||||
|
background: $white;
|
||||||
&:nth-of-type(6),
|
&:nth-of-type(6),
|
||||||
&:nth-of-type(7) {
|
&:nth-of-type(7) {
|
||||||
//border-left: 1px solid $border-color;
|
//border-left: 1px solid $border-color;
|
||||||
background: $bg-grey;
|
//background: $bg-grey;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user