Adjust details page ribbon margins and colors

This commit is contained in:
MrTimscampi 2020-02-04 21:25:00 +01:00
parent 9c92dbcdb4
commit 5e86eb8431
7 changed files with 36 additions and 433 deletions

View file

@ -216,6 +216,14 @@ html {
color: #fff !important;
}
.detailSticky {
background: #303030;
background: -webkit-gradient(linear, left top, right top, from(#291a31), color-stop(#033664), color-stop(#011432), color-stop(#141a3a), to(#291a31));
background: -webkit-linear-gradient(left, #291a31, #033664, #011432, #141a3a, #291a31);
background: -o-linear-gradient(left, #291a31, #033664, #011432, #141a3a, #291a31);
background: linear-gradient(to right, #291a31, #033664, #011432, #141a3a, #291a31);
}
.detailTableBodyRow-shaded:nth-child(even) {
background: #1c1c1c;
background: rgba(30, 30, 30, 0.9);