Default style: do not add extra borders and backgrounds to FX chain

The FX chain background should look consistently and not change with
various numbers of inserted effects. Also IMHO we don't need extra
frames here. The drop shadow for the effects should be fixed as well.
This commit is contained in:
Tobias Doerffel
2014-01-20 23:58:44 +01:00
parent fbdf4eca40
commit 11e3e2b3a1

View File

@@ -173,11 +173,6 @@ automatableSlider::handle:vertical {
margin: -4px -12px -2px;
}
EffectRackView QScrollArea, EffectRackView QVBoxLayout {
border-radius: 2px;
border: 1px solid rgba(0,0,0, 64);
background: #49515b;
}
EffectSelectDialog QScrollArea {
background: #5b6571;