Browse Source

Make cells background transparent

pull/15/head
Weilbyte 5 years ago
parent
commit
6962dedb85
No known key found for this signature in database GPG Key ID: 26E89B106AF3AE3B
  1. 2
      serverside/style.css

2
serverside/style.css

@ -64,7 +64,7 @@ border-width:0;
} }
.x-grid-cell-inner { .x-grid-cell-inner {
background:#2c2f33; background: transparent;
color:#fff; color:#fff;
} }

Loading…
Cancel
Save