mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Calendar/Upcoming use episode details.
This commit is contained in:
parent
2c3c19edcf
commit
8cb015e3a7
4 changed files with 45 additions and 25 deletions
|
@ -1,3 +1,8 @@
|
|||
@import "../content/Bootstrap/mixins";
|
||||
@import "../content/Bootstrap/variables";
|
||||
@import "../content/Bootstrap/buttons";
|
||||
@import "../Shared/Styles/clickable";
|
||||
|
||||
.calendar {
|
||||
th, td {
|
||||
border-color : #eeeeee;
|
||||
|
@ -15,6 +20,10 @@
|
|||
text-align : center;
|
||||
}
|
||||
|
||||
.fc-event {
|
||||
.clickable;
|
||||
}
|
||||
|
||||
.info {
|
||||
border-color : #14b8d4;
|
||||
background-color : #14b8d4;
|
||||
|
@ -85,6 +94,7 @@
|
|||
|
||||
p {
|
||||
color : #999999;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.danger {
|
||||
|
@ -118,4 +128,10 @@
|
|||
.success {
|
||||
border-color : #4cb158;
|
||||
}
|
||||
|
||||
.episode-title {
|
||||
.btn-link;
|
||||
color: @linkColor;
|
||||
margin-top: 1px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue