Browse Source

Merge pull request #15 from Weilbyte/develop

Make cells background transparent
pull/18/head
Weilbyte 5 years ago
committed by GitHub
parent
commit
791fbeea57
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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