mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-10-30 23:42:33 +01:00
Fixed some colours (no more pink).
This commit is contained in:
parent
e8be045d12
commit
a5474228cd
@ -45,7 +45,7 @@
|
|||||||
{
|
{
|
||||||
font-family: "Segoe UI Light" , "Open Sans" , "Segoe UI" , sans-serif;
|
font-family: "Segoe UI Light" , "Open Sans" , "Segoe UI" , sans-serif;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
background-color: #F1EDED;
|
background-color: #CAD5E3;
|
||||||
font-weight: lighter;
|
font-weight: lighter;
|
||||||
color: #3C3C3C;
|
color: #3C3C3C;
|
||||||
}
|
}
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
margin-right: 12px;
|
margin-right: 12px;
|
||||||
padding-left: 2px;
|
padding-left: 2px;
|
||||||
padding-top: 2px;
|
padding-top: 2px;
|
||||||
border-left: 7px solid #F1EDED;
|
border-left: 7px solid #E1EAF5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sub-menu a
|
.sub-menu a
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
.seasonToggleTop
|
.seasonToggleTop
|
||||||
{
|
{
|
||||||
background-color: #F1EDED;
|
background-color: #E1EAF5;
|
||||||
background-position: 5px center;
|
background-position: 5px center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
Loading…
Reference in New Issue
Block a user