mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
rework guest invite popup
This commit is contained in:
parent
559ff97dd7
commit
dc0ebc82c7
10 changed files with 230 additions and 193 deletions
12
dashboard-ui/thirdparty/paper-button-style.css
vendored
12
dashboard-ui/thirdparty/paper-button-style.css
vendored
|
@ -537,15 +537,23 @@ paper-dialog paper-radio-group paper-radio-button {
|
|||
}
|
||||
|
||||
div.dialogHeader {
|
||||
margin: 0 0 2.5em !important;
|
||||
margin: 0 0 2em !important;
|
||||
padding: .35em .5em;
|
||||
background-color: #101010;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
line-height: normal;
|
||||
font-size: 110%;
|
||||
}
|
||||
|
||||
.background-theme-a div.dialogHeader {
|
||||
background-color: #52B54B;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.background-theme-b div.dialogHeader {
|
||||
background-color: #101010;
|
||||
}
|
||||
|
||||
.dialogHeaderTitle {
|
||||
margin-left: .75em;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue