Rework details page for TV
This commit is contained in:
@@ -26,9 +26,6 @@ html {
|
||||
|
||||
.formDialogHeader:not(.formDialogHeader-clear),
|
||||
.skinHeader-withBackground {
|
||||
background: -webkit-gradient(linear, left top, left bottom, from(#0c2450), to(#081b3b));
|
||||
background: -webkit-linear-gradient(top, #0c2450, #081b3b);
|
||||
background: -o-linear-gradient(top, #0c2450, #081b3b);
|
||||
background: linear-gradient(to bottom, #0c2450, #081b3b);
|
||||
background-color: #0c2450;
|
||||
}
|
||||
@@ -36,13 +33,14 @@ html {
|
||||
.skinHeader.semiTransparent {
|
||||
-webkit-backdrop-filter: none !important;
|
||||
backdrop-filter: none !important;
|
||||
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
|
||||
background: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
|
||||
background: -o-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
|
||||
background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
.layout-tv .skinHeader.semiTransparent {
|
||||
background: none;
|
||||
}
|
||||
|
||||
.pageTitleWithDefaultLogo {
|
||||
background-image: url(../../assets/img/banner-light.png);
|
||||
}
|
||||
@@ -217,6 +215,10 @@ html {
|
||||
background-color: #081b3b;
|
||||
}
|
||||
|
||||
.layout-tv .detailRibbon {
|
||||
background: none;
|
||||
}
|
||||
|
||||
.detailTableBodyRow-shaded:nth-child(even) {
|
||||
background: #1c1c1c;
|
||||
background: rgba(0, 0, 0, 0.3);
|
||||
|
||||
Reference in New Issue
Block a user