WIP: Add stylesheets

This commit is contained in:
Martchus 2017-07-14 20:26:04 +02:00
parent 97e0253902
commit 35431053c0
1 changed files with 15 additions and 0 deletions

15
tray/style.css Normal file
View File

@ -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);
}