From 35431053c0aa8a5830d8fc4e6c832b3d2a8f056e Mon Sep 17 00:00:00 2001 From: Martchus Date: Fri, 14 Jul 2017 20:26:04 +0200 Subject: [PATCH] WIP: Add stylesheets --- tray/style.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tray/style.css diff --git a/tray/style.css b/tray/style.css new file mode 100644 index 0000000..d285b40 --- /dev/null +++ b/tray/style.css @@ -0,0 +1,15 @@ +QtGui--TrayMenu { + border: none; + margin: 0px; + padding: 0px; +} + +QtGui--TrayWidget * { + background-color: #333; + color: white; +} + +QtGui--TrayWidget Dialogs--SettingsDialog * { + color: palette(WindowText); + background-color: palette(base); +}