From c3404e48f2cf2af465b561382c555540ac2ef22b Mon Sep 17 00:00:00 2001 From: Joshua <63589370+Final-Hawk@users.noreply.github.com> Date: Sun, 17 Jul 2022 18:26:55 +1000 Subject: [PATCH] New look --- front/css/dark-patch.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/front/css/dark-patch.css b/front/css/dark-patch.css index f8682978..0f5b49c0 100644 --- a/front/css/dark-patch.css +++ b/front/css/dark-patch.css @@ -611,6 +611,7 @@ input[type="password"]::-webkit-caps-lock-indicator { /*** Additional fixes For Pi.Alert UI ***/ .small-box { border-radius: 10px; + border-top: 0px; } .pa-small-box-aqua .inner { background-color: rgb(45,108,133); @@ -691,3 +692,15 @@ input[type="password"]::-webkit-caps-lock-indicator { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; } + +.small-box > .inner h3 { + margin-bottom: 0px; + margin-left: 0px; +} +.small-box:hover .icon { + font-size: 3.9em; +} +.small-box .icon { + top: 0.01em; + font-size: 3.25em; +}