Console: css finessing

This commit is contained in:
dr|z3d 2021-09-05 23:51:59 +00:00
parent 3dd596a99a
commit 7f56f4c5f7

View file

@ -495,14 +495,17 @@ th.out {
}
th, #routerservices {
background: linear-gradient(to right, rgba(0,0,0.6), rgba(0,0,0,0), rgba(0,0,0,.6)), var(--th);
background: linear-gradient(to right, rgba(0,0,0,.4), rgba(0,0,0,0), rgba(0,0,0,.4)), rgba(32,0,32,.4);
}
th, .slide label {
.slide label {
font-size: 95%;
}
th {
font-size: 90%;
}
.sectiontitle, .sectiontitle th, .chrome td {
border-top: 1px solid var(--border) !important;
}
@ -514,6 +517,7 @@ th, .slide label {
.sectiontitle th {
padding: 0 0 10px !important;
font-weight: 700;
font-size: 95%;
border-bottom: none;
background: var(--th_multicolumn);
}