Merge pull request #2542 from Umcaruje/fix2329

Make the instrument section of the sidebar themeable
This commit is contained in:
Umcaruje
2016-02-13 00:21:09 +01:00
2 changed files with 25 additions and 6 deletions

View File

@@ -481,6 +481,23 @@ SideBar QToolButton {
font-size: 12px;
}
/* Instrument plugin list */
PluginDescList {
background-color: #5b6571;
}
PluginDescWidget {
background-color: #e0e0e0;
color: #404040;
border: 1px solid rgb(64, 64, 64);
margin: 0px;
}
PluginDescWidget:hover {
background-color: #e0e0e0;
}
/* font sizes for text buttons */
FxMixerView QPushButton, EffectRackView QPushButton, ControllerRackView QPushButton {