Fix a couple of missing greys.

This commit is contained in:
Surinder Kumar 2017-06-07 16:31:47 +01:00 committed by Dave Page
parent 63c093248d
commit 88737248ab

View File

@ -1003,7 +1003,7 @@ define([
}
});
createButtons(buttons, 'header', 'pg-prop-btn-group-above');
createButtons(buttons, 'header', 'pg-prop-btn-group-above bg-gray-2 border-gray-3');
}
j.append(content);
}.bind(panel),
@ -1243,7 +1243,7 @@ define([
setTimeout(function() { editFunc.call(); }, 0);
});
}
}],'footer' ,'pg-prop-btn-group-below');
}],'footer' ,'pg-prop-btn-group-below bg-gray-2 border-gray-3');
};
// Create status bar.