From 44d69cd3bf2f19b1d3392b644d5b5d6d2e6351ea Mon Sep 17 00:00:00 2001 From: Martchus Date: Fri, 17 Sep 2021 22:23:29 +0200 Subject: [PATCH] Remove the dark stylesheet as it is not working well and a different palette is enough --- tray/resources/dark.stylesheet | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 tray/resources/dark.stylesheet diff --git a/tray/resources/dark.stylesheet b/tray/resources/dark.stylesheet deleted file mode 100644 index b579b94..0000000 --- a/tray/resources/dark.stylesheet +++ /dev/null @@ -1,24 +0,0 @@ -QtGui--TrayMenu { - border: none; - background-color: #000; - qproperty-windowOpacity: 0.8; -} -QtGui--TrayWidget { - color: #fff; - background-color: rgba(255,0,0,50%); - qproperty-windowOpacity: 0.8; -} -QtGui--TrayWidget * { - color: #fff; - background-color: transparent; -} - -QtGui--TrayWidget QTreeView::branch { - color: #fff; -} - -QtGui--TrayWidget > QFrame { - border-bottom: 1px solid #555; - border-radius: 0px; - padding: 2px; -}