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
|
@ -4,6 +4,12 @@ html {
|
|||
color: rgba(0, 0, 0, .87)
|
||||
}
|
||||
|
||||
.wizardStartForm,
|
||||
.ui-corner-all,
|
||||
.ui-shadow {
|
||||
background-color: #303030
|
||||
}
|
||||
|
||||
.emby-collapsible-button {
|
||||
border-color: #ccc;
|
||||
border-color: rgba(0, 0, 0, .158)
|
||||
|
@ -425,4 +431,4 @@ html {
|
|||
|
||||
.card:focus .card-focuscontent {
|
||||
border-color: #52B54B
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue