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; +}