mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Minor CSS update
This commit is contained in:
parent
dc4e45f72d
commit
6d7e886e8c
8 changed files with 27 additions and 37 deletions
|
@ -13,10 +13,6 @@
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
.statusImage:hover {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
/* Custom Grid */
|
||||
.seriesTable
|
||||
{
|
||||
|
@ -45,15 +41,15 @@
|
|||
padding: 0px 8px 0px 8px;
|
||||
}
|
||||
|
||||
.title-row
|
||||
.title-row td
|
||||
{
|
||||
font-family: "Segoe UI Light" , "Open Sans" , "Segoe UI" , sans-serif;
|
||||
font-size: 17px;
|
||||
background-color: grey;
|
||||
font-size: 20px;
|
||||
background-color: #F1EDED;
|
||||
font-weight: lighter;
|
||||
color: white;
|
||||
color: #3C3C3C;
|
||||
}
|
||||
|
||||
|
||||
.detail-row
|
||||
{
|
||||
display: none;
|
||||
|
@ -68,14 +64,15 @@
|
|||
/* Episode Grid Row Colouring */
|
||||
.episodeIgnored
|
||||
{
|
||||
background: lightgray;
|
||||
background: rgb(229, 228, 228);
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.episodeMissing
|
||||
{
|
||||
background-color: #f5c5c5;
|
||||
background-color: #f5d6d6;
|
||||
}
|
||||
|
||||
/*Hidden Grid to prevent FOUSC*/
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
margin-right: 12px;
|
||||
padding-left: 2px;
|
||||
padding-top: 2px;
|
||||
border-left: 1px solid #065EFE;
|
||||
border-left: 7px solid #F1EDED;
|
||||
}
|
||||
|
||||
.sub-menu a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue