From c22c4a0c2cae926702e3f5724dff16f1718478ea Mon Sep 17 00:00:00 2001 From: KosFurler Date: Sun, 23 Jan 2022 19:15:38 +0300 Subject: [PATCH] Update style.css --- Web/static/css/style.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Web/static/css/style.css b/Web/static/css/style.css index c409f70f..10e75284 100644 --- a/Web/static/css/style.css +++ b/Web/static/css/style.css @@ -1787,3 +1787,21 @@ body.scrolled .toTop:hover { .hover-box:hover { background-color: #C0CAD5; } +.summaryBar { + border-bottom: 1px solid #DAE2E8; + clear: both; + padding: 11px 10px 0 10px; + padding-top: 11px; + padding-top: 11px; + color: black; + font-weight: normal; + line-height: normal; + margin-left: -12px; + margin-right: -12px; +} +.summaryBar .summary { + color: #45688E; + font-weight: bold; + padding-top: 3px; + padding-bottom: 4px; +} \ No newline at end of file