diff --git a/webconsole/style.css b/webconsole/style.css index 1b07bbf0..fcea39ca 100644 --- a/webconsole/style.css +++ b/webconsole/style.css @@ -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); }