update metadataeditor

This commit is contained in:
Luke Pulverenti 2016-08-15 01:22:40 -04:00
parent 775db5c5e8
commit 818ee2bcc3
3 changed files with 48 additions and 37 deletions

View file

@ -307,10 +307,14 @@ textarea {
margin-top: 5px;
}
.background-theme-a .backgroundContainer, .dialog.background-theme-a {
.background-theme-a .backgroundContainer {
background-color: #f5f5f5;
}
.dialog.background-theme-a {
background-color: #f0f0f0;
}
.dialog:not(.background-theme-a):not(.background-theme-b) {
background-color: #fff;
}