Browse Source

Update panel style

pull/856/head
Artur Arseniev 9 years ago
parent
commit
2d941a58e7
  1. 2
      src/panels/view/PanelView.js

2
src/panels/view/PanelView.js

@ -103,7 +103,7 @@ module.exports = Backbone.View.extend({
render() {
const $el = this.$el;
const ppfx = this.ppfx;
const cls = `${this.className} ${this.id} ${ppfx}one-bg`;
const cls = `${this.className} ${this.id} ${ppfx}one-bg ${ppfx}two-color`;
$el.addClass(cls);
if (this.buttons.length) {

Loading…
Cancel
Save