Make the instrument section of the sidebar themeable

This commit is contained in:
Umcaruje
2016-02-05 01:34:51 +01:00
parent 1228de750f
commit 8b73381517
2 changed files with 25 additions and 6 deletions

View File

@@ -479,6 +479,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 {