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

@ -224,6 +224,14 @@ html {
color: #fff !important;
}
.detailSticky {
background: #303030;
background: -webkit-gradient(linear, left top, right top, from(#bcbcbc), color-stop(#a7b4b7), color-stop(#beb5a5), color-stop(#adbec2), to(#b9c7cb));
background: -webkit-linear-gradient(left, #bcbcbc, #a7b4b7, #beb5a5, #adbec2, #b9c7cb);
background: -o-linear-gradient(left, #bcbcbc, #a7b4b7, #beb5a5, #adbec2, #b9c7cb);
background: linear-gradient(to right, #bcbcbc, #a7b4b7, #beb5a5, #adbec2, #b9c7cb);
}
.detailTableBodyRow-shaded:nth-child(even) {
background: #f8f8f8;
background: rgba(0, 0, 0, 0.1);