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

update dialogs

This commit is contained in:
Luke Pulverenti 2016-09-07 01:48:14 -04:00
parent 411bc43282
commit 74e43e1346
20 changed files with 122 additions and 83 deletions

View file

@ -20,11 +20,25 @@ button.emby-button.submit {
color: #52B54B;
}
button.emby-button.raised.submit, button.emby-button.raised:not(.subdued):not(.cancel):not(.more) {
.ui-body-a .emby-button.raised {
background: #52B54B;
color: #fff;
}
.ui-body-b .emby-button.raised {
background: #404040;
color: #fff;
}
.ui-body-a .emby-button.raised.subdued {
background: #fff;
color: inherit;
}
.ui-body-b .emby-button.raised.subdued {
background: #262626;
}
button.emby-button.more {
color: #3388cc;
}
@ -140,13 +154,4 @@ div.dialogHeader {
.ui-body-a .formDialogHeader a {
color: #fff !important;
text-transform: uppercase;
}
.ui-body-b div.formDialogHeader {
background-color: #222326;
}
.formDialogHeader button {
margin-top: 0;
margin-bottom: 0;
}