summaryrefslogtreecommitdiff
path: root/ui/style_dark.qss
diff options
context:
space:
mode:
authorChristian Kolset <ckolset@colostate.edu>2026-08-03 12:25:36 -0600
committerChristian Kolset <ckolset@colostate.edu>2026-08-03 12:42:12 -0600
commit68a0c5ba06f471d1d63aedfb61d708faa4b76565 (patch)
treedb8d892d1d3bcbc5856a22c9fb61d5a0e9717f29 /ui/style_dark.qss
parentc8bc48e5d842e5e903319ea8b75be38d5002856f (diff)
Re-designed control widgets to be fully contrained.
- Moved edit and X button to top with header of widget. - Replaced up/down button with drag-and-drop style headers.
Diffstat (limited to 'ui/style_dark.qss')
-rw-r--r--ui/style_dark.qss6
1 files changed, 0 insertions, 6 deletions
diff --git a/ui/style_dark.qss b/ui/style_dark.qss
index 146c162..cfb127d 100644
--- a/ui/style_dark.qss
+++ b/ui/style_dark.qss
@@ -562,12 +562,6 @@ QMenu#profileMenu::separator {
margin: 3px 8px;
}
-/* ── Control widget wrapper (edit/remove row) ────────────────────── */
-QFrame#controlWidgetWrapper {
- background: transparent;
- border: none;
-}
-
/* ── Layout canvas ───────────────────────────────────────────────── */
QWidget#layoutCanvasBar {
background-color: #0f1521;