Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Kenny2
Contributor II
Contributor II

Qlik Sense Saas Theme

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,

Labels (2)
0 Replies