Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have an issue with my custom theme.
My custom theme doesn't work when I put on my Qlik Sense Saas app.
My QEXT, JSON and CSS :
QEXT :
{ "name": "my_theme", "description": "my_theme", "type": "theme", "version": "1.0.0", "author": "Qlik" }
Json :
{ "_inherit": true, "_variables" : { "@greenColor" : "#61a729", "@text": "#4c4c4c" }, "color": "@text", "fontSize": "12px", "backgroundColor": "@greenColor", "object" : { "title": { "main": { "fontSize" : "16px" } } }, "dataColors": { "primaryColor": "@greenColor" } }
CSS :
.qvt-sheet { background: #c81717; } .qv-object * { font-family: arial; } .sheet-grid .qv-gridcell { border: 1px solid #c81717; } .qv-panel-sheet .sheet-title-container { padding-top: 5px; padding-bottom: 5px; height: 36px; background-color: #39f2f2; }
If someone has an answer !
Thanks,