trim polymer usage

This commit is contained in:
Luke Pulverenti 2016-07-02 14:46:05 -04:00
parent 9a9121f349
commit 1f35078440
2 changed files with 36 additions and 24 deletions

View file

@ -728,8 +728,8 @@ emby-collapsible > .style-scope {
}
.ui-body-a .emby-collapsible-button {
border: 1px solid #ddd;
background-color: #f2f2f2;
border: 0;
background-color: #e8e8e8;
text-transform: none;
}
@ -740,15 +740,14 @@ emby-collapsible > .style-scope {
font-weight: 500;
}
.ui-body-a .emby-collapsible-content {
border: 1px solid #ddd;
border-width: 0 1px 1px 1px;
.ui-body-a .emby-collapsible-content, .ui-body-a .collapseContent {
border-width: 0;
padding: 1em 1.25em;
background-color: #fff;
}
.ui-body-b .emby-collapsible-button {
border: 1px solid #222;
border: 0;
background-color: #333;
text-transform: none;
}
@ -760,10 +759,10 @@ emby-collapsible > .style-scope {
font-weight: 500;
}
.ui-body-b .emby-collapsible-content {
border: 1px solid #252525;
border-width: 0 1px 1px 1px;
.ui-body-b .emby-collapsible-content, .ui-body-b .collapseContent {
border-width: 0;
padding: 1em 1.25em;
background-color: #222;
}
#editItemMetadataPage #txtOverview .paper-input-input {