From d9726c7ff50280d85384c7a43c8bdad6c836db82 Mon Sep 17 00:00:00 2001 From: BarRaider <46548278+BarRaider@users.noreply.github.com> Date: Tue, 7 Dec 2021 23:32:17 +0200 Subject: [PATCH] Update sdpi.css --- src/sdpi.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/src/sdpi.css b/src/sdpi.css index 7a2900c..30d0cb3 100644 --- a/src/sdpi.css +++ b/src/sdpi.css @@ -9,6 +9,10 @@ padding-left:33px !important; } +.small { + font-size: 9pt !important; +} + .leftMargin10 { margin-left: 10px; } @@ -17,6 +21,18 @@ margin-left: 0px !important; } +.leftPadding3 { + padding-left: 3px !important; +} + +.leftPadding0 { + padding-left: 0px !important; +} + +.bright { + color:#d8d8d8; +} + .iconLeft { background-position: 0px 4px !important; } @@ -26,6 +42,13 @@ padding-left:15px; } +.subMenu { + border-left: 1px dotted gray; + padding-left:15px; + max-width:96%; + background-color:#323232; +} + html { --sdpi-bgcolor: #2D2D2D;