mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
update sidebar color
This commit is contained in:
parent
6a7cbb040f
commit
5732f0a7ed
@ -274,7 +274,7 @@ h1 .imageLink {
|
|||||||
|
|
||||||
.content-secondary {
|
.content-secondary {
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
background: #333;
|
background: #e6e6e6;
|
||||||
border: 0;
|
border: 0;
|
||||||
border-right: 1px solid #ddd;
|
border-right: 1px solid #ddd;
|
||||||
display: none;
|
display: none;
|
||||||
@ -297,7 +297,7 @@ h1 .imageLink {
|
|||||||
display: block;
|
display: block;
|
||||||
padding: .6em 20px .6em 20px;
|
padding: .6em 20px .6em 20px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #eee!important;
|
color: #000!important;
|
||||||
text-shadow: none!important;
|
text-shadow: none!important;
|
||||||
font-weight: 400!important;
|
font-weight: 400!important;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
@ -311,12 +311,12 @@ h1 .imageLink {
|
|||||||
.sidebarLinks a.selectedSidebarLink {
|
.sidebarLinks a.selectedSidebarLink {
|
||||||
background: #38c!important;
|
background: #38c!important;
|
||||||
color: #fff!important;
|
color: #fff!important;
|
||||||
margin-right: 0;
|
margin-right: -1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebarDivider {
|
.sidebarDivider {
|
||||||
height: 1px;
|
height: 1px;
|
||||||
background: #444;
|
background: #d8d8d8;
|
||||||
margin: .25em 0;
|
margin: .25em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user