1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Add first time setup CSS elements to all themes

This commit is contained in:
Sparky 2019-01-02 12:27:27 -05:00
parent 4fe8e6a8ed
commit ae56c8422a
12 changed files with 88 additions and 12 deletions

View file

@ -4,6 +4,12 @@ html {
background-color: #0F3562
}
.wizardStartForm,
.ui-corner-all,
.ui-shadow {
background-color: #0C2450
}
.emby-collapsible-button {
border-color: #383838;
border-color: rgba(255, 255, 255, .135)
@ -440,4 +446,4 @@ html {
::-webkit-scrollbar-thumb:vertical {
-webkit-border-radius: 2px;
background: center no-repeat rgba(255, 255, 255, .7)
}
}