1
0
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:
Mark McDowall 2012-02-29 15:16:50 -08:00
parent e8be045d12
commit a5474228cd
3 changed files with 3 additions and 3 deletions

View File

@ -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;
} }

View File

@ -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

View File

@ -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;