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

@ -218,6 +218,14 @@ html {
color: #fff !important;
}
.detailSticky {
background-color: #303030;
color: #ccc;
color: rgba(255, 255, 255, 0.87);
-webkit-box-shadow: 0 0.0725em 0.29em 0 rgba(0, 0, 0, 0.37);
box-shadow: 0 0.0725em 0.29em 0 rgba(0, 0, 0, 0.37);
}
.detailTableBodyRow-shaded:nth-child(even) {
background: #f8f8f8;
}