mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-13 08:33:58 -07:00
Fixed: Darker border for calendar
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
parent
593259b1c0
commit
3d0adf8a60
3 changed files with 5 additions and 4 deletions
|
@ -2,8 +2,8 @@
|
||||||
flex: 1 0 14.28%;
|
flex: 1 0 14.28%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
min-height: 70px;
|
min-height: 70px;
|
||||||
border-bottom: 1px solid $borderColor;
|
border-bottom: 1px solid $calendarBorderColor;
|
||||||
border-left: 1px solid $borderColor;
|
border-left: 1px solid $calendarBorderColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
.isSingleDay {
|
.isSingleDay {
|
||||||
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
.dayOfMonth {
|
.dayOfMonth {
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
border-bottom: 1px solid $borderColor;
|
border-bottom: 1px solid $calendarBorderColor;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
.days {
|
.days {
|
||||||
display: flex;
|
display: flex;
|
||||||
border-right: 1px solid $borderColor;
|
border-right: 1px solid $calendarBorderColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
.day,
|
.day,
|
||||||
|
|
|
@ -176,6 +176,7 @@ module.exports = {
|
||||||
// Calendar
|
// Calendar
|
||||||
|
|
||||||
calendarTodayBackgroundColor: '#ddd',
|
calendarTodayBackgroundColor: '#ddd',
|
||||||
|
calendarBorderColor: '#cecece',
|
||||||
|
|
||||||
//
|
//
|
||||||
// Table
|
// Table
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue