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:
parent
4fe8e6a8ed
commit
ae56c8422a
12 changed files with 88 additions and 12 deletions
|
@ -20,11 +20,18 @@ h2 {
|
|||
font-size: 87% !important
|
||||
}
|
||||
|
||||
.skinHeader,
|
||||
html {
|
||||
color: #eee;
|
||||
color: rgba(255, 255, 255, .87)
|
||||
}
|
||||
|
||||
.wizardStartForm,
|
||||
.ui-corner-all,
|
||||
.ui-shadow {
|
||||
background-color: #202020
|
||||
}
|
||||
|
||||
.emby-collapsible-button {
|
||||
border-color: #383838;
|
||||
border-color: rgba(255, 255, 255, .135)
|
||||
|
@ -475,4 +482,4 @@ html {
|
|||
|
||||
.emby-button:focus:not(.btnUserViewHeader):not(.emby-tab-button) {
|
||||
background: #FF9100
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue