From 8f4b76ebf97ec19c704cde7c45e813f615a60543 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Wed, 28 Apr 2021 09:53:58 +0200 Subject: [PATCH] added style for qmenu --- igniter/stylesheet.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/igniter/stylesheet.css b/igniter/stylesheet.css index 70003242f2..fbc4f4e6f4 100644 --- a/igniter/stylesheet.css +++ b/igniter/stylesheet.css @@ -84,6 +84,16 @@ QProgressBar::chunk:horizontal { background-color: rgb(72, 200, 150); } +QMenu { + background-color: rgb(32, 32, 32); +} +QMenu::item { + background-color: transparent; +} +QMenu::item:selected { + background-color: rgba(72, 200, 150, 63); +} + #Console { background-color: rgb(32, 32, 32); color: rgb(72, 200, 150);