Fixed minor visual bug and added missing labels (#7116)

* Fixed minor visual bug and added missing labels

* Update app_languages.php

* Update css.php
This commit is contained in:
Alex
2024-09-04 10:33:11 -07:00
committed by GitHub
parent 2b1cba9a39
commit 369b8dd049
2 changed files with 53 additions and 1 deletions

View File

@@ -2618,7 +2618,7 @@ else { //default: white
margin-bottom: 15px;
}
div.widget {
div.widget div.hud_box:first-of-type {
<?php
if (!empty($dashboard_shadow_color)) {
echo "-webkit-box-shadow: 0 px 7px ".$dashboard_shadow_color.";\n";