From 7de594cf1f94e983d33f714b5451abacd30bdd32 Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Wed, 13 Feb 2019 13:53:28 -0500 Subject: [PATCH] Remove panel background color for 3.32 --- transparency.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transparency.js b/transparency.js index 568a217..8c5f76d 100644 --- a/transparency.js +++ b/transparency.js @@ -197,7 +197,7 @@ var DynamicTransparency = Utils.defineClass({ _setGradient: function() { this._dtpPanel.panel.actor.set_style( - 'background-color: none; ' + + 'background: none; ' + 'border-image: none; ' + 'background-image: none; ' + this._gradientStyle +