summaryrefslogtreecommitdiff
path: root/ui/style_dark.qss
diff options
context:
space:
mode:
Diffstat (limited to 'ui/style_dark.qss')
-rw-r--r--ui/style_dark.qss29
1 files changed, 29 insertions, 0 deletions
diff --git a/ui/style_dark.qss b/ui/style_dark.qss
index 4043ff6..df48330 100644
--- a/ui/style_dark.qss
+++ b/ui/style_dark.qss
@@ -464,3 +464,32 @@ QLabel#traceSource {
font-family: "IBM Plex Mono", monospace;
font-size: 12px;
}
+
+/* ── Profile / File menu ─────────────────────────────────────────── */
+QMenu#profileMenu {
+ background-color: #111620;
+ border: 1px solid #2a3558;
+ border-radius: 4px;
+ padding: 4px 0;
+ color: #e2e8f0;
+ font-size: 13px;
+}
+QMenu#profileMenu::item {
+ padding: 7px 20px;
+ color: #c7d2fe;
+}
+QMenu#profileMenu::item:selected {
+ background-color: #1e3a5f;
+ color: #e0f2fe;
+}
+QMenu#profileMenu::separator {
+ height: 1px;
+ background: #2a3558;
+ margin: 3px 8px;
+}
+
+/* ── Control widget wrapper (edit/remove row) ────────────────────── */
+QFrame#controlWidgetWrapper {
+ background: transparent;
+ border: none;
+}