Add field transition, fix pop up wierdness

This commit is contained in:
Casper Talvio
2021-08-02 17:18:15 +03:00
parent c837691bf7
commit f6193afc51
2 changed files with 15 additions and 4 deletions

View File

@@ -140,6 +140,15 @@
.cardImageContainer {
transition: 0.7s;
}
.checkboxOutline,
.emby-input,
.emby-textarea,
.emby-select-withcolor,
.selectLabel
.inputLabel,
.textareaLabel {
transition: 0.1s;
}
/*Hover background for section title buttons*/
.button-flat:hover {
@@ -172,4 +181,9 @@
/*Remove divider on list items*/
.listItem-border {
border-color: rgba(255, 255, 255, 0) !important;
}
}
/*Fix footers/headers displaying on small pop-ups*/
.formDialogFooter-clear {
background-color: transparent !important;
}

View File

@@ -340,9 +340,6 @@ h4,
.formDialogHeader, .formDialogFooter {
background-color: #eaeaea !important;
}
.formDialogFooter-clear {
background-color: transparent !important;
}
.cardOverlayContainer {
background-color: rgba(200, 200, 200, 0.7);