Remove panel background color for 3.32

This commit is contained in:
Charles Gagnon
2019-02-13 13:53:28 -05:00
parent 8ae941ba8b
commit 7de594cf1f

View File

@@ -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 +