mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 02:48:19 -07:00
Merge pull request #28 from grafixeyehero/dev
Add transparent nav bar to BlueRadiance theme CSS
This commit is contained in:
commit
a53bf0a968
@ -302,11 +302,15 @@ html {
|
||||
}
|
||||
|
||||
.mainDrawer {
|
||||
background-color: #1c1c1c
|
||||
background-color: rgba(0, 0, 0, .5)
|
||||
}
|
||||
|
||||
.drawer-open {
|
||||
background-color: #011432
|
||||
}
|
||||
|
||||
.navMenuOption:hover {
|
||||
background: #252528
|
||||
background: rgba(221, 221, 221, 0.068)
|
||||
}
|
||||
|
||||
.navMenuOption-selected {
|
||||
|
Loading…
Reference in New Issue
Block a user