From 11e3e2b3a1114c31439690b791c8702a874b1860 Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Mon, 20 Jan 2014 23:58:44 +0100 Subject: [PATCH] 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. --- data/themes/default/style.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/data/themes/default/style.css b/data/themes/default/style.css index 2640b1d65..61332cab4 100644 --- a/data/themes/default/style.css +++ b/data/themes/default/style.css @@ -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;