mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #28 from grafixeyehero/dev
Add transparent nav bar to BlueRadiance theme CSS
This commit is contained in:
commit
a53bf0a968
1 changed files with 6 additions and 2 deletions
|
@ -302,11 +302,15 @@ html {
|
||||||
}
|
}
|
||||||
|
|
||||||
.mainDrawer {
|
.mainDrawer {
|
||||||
background-color: #1c1c1c
|
background-color: rgba(0, 0, 0, .5)
|
||||||
|
}
|
||||||
|
|
||||||
|
.drawer-open {
|
||||||
|
background-color: #011432
|
||||||
}
|
}
|
||||||
|
|
||||||
.navMenuOption:hover {
|
.navMenuOption:hover {
|
||||||
background: #252528
|
background: rgba(221, 221, 221, 0.068)
|
||||||
}
|
}
|
||||||
|
|
||||||
.navMenuOption-selected {
|
.navMenuOption-selected {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue