Add parent widget drag handle (#7792)

* Add parent widget drag handle

* Update parent.php

* Update css.php
This commit is contained in:
Alex
2026-03-17 01:08:52 +00:00
committed by GitHub
parent c7769b1dbd
commit f0377700c4
3 changed files with 90 additions and 49 deletions
+2 -1
View File
@@ -3004,7 +3004,8 @@ else { //default: white
border: 1px solid <?=$dashboard_border_color_hover?>;
}
div.widget div.hud_box:first-of-type {
div.widget div.hud_box:first-of-type,
div.parent_widget div.hud_box:first-of-type {
<?php
echo "background: ".($dashboard_background_color[0] ?? '#ffffff').";\n";
if (!empty($dashboard_background_color) && is_array($dashboard_background_color) && sizeof($dashboard_background_color) > 1) {