Browse Source
Merge pull request #15 from Weilbyte/develop
Make cells background transparent
pull/18/head
Weilbyte
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
serverside/style.css
|
|
@ -64,7 +64,7 @@ border-width:0; |
|
|
|
} |
|
|
|
|
|
|
|
.x-grid-cell-inner { |
|
|
|
background:#2c2f33; |
|
|
|
background: transparent; |
|
|
|
color:#fff; |
|
|
|
} |
|
|
|
|
|
|
|