Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
johnnyjohn
Creator
Creator

CSS for border in table header between magnifying glass logo and name of dimension

Hey, 

I'm putting together some CSS to do a bit of  styling. 

I'm trying to target the border line circled in red between the magnifying glass logo and name of dimension and remove that. So far I've only found a way to do it for all of the header border, not for that specific border line. 

Any help would be much appreciated. 

Thanks

table.PNG

Labels (3)
1 Solution

Accepted Solutions
ajaykakkar93
Specialist III
Specialist III

hi,

add it in the bottom of your theme.css
 with  !important

.qv-st-header-cell-search {

       border-left: red !important;

/*  any CSS or style */

}

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting

View solution in original post

3 Replies
ajaykakkar93
Specialist III
Specialist III

hi,
only for table search 

.qv-st-header-cell-search {

       border-left: transparent !important;

/*  any CSS or style */

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting

johnnyjohn
Creator
Creator
Author

Hey,
ive added it to my theme, but it doesnt seem to work. It is being applied though if I look at the inspector. Any ideas? 

 

Capture.PNG

ajaykakkar93
Specialist III
Specialist III

hi,

add it in the bottom of your theme.css
 with  !important

.qv-st-header-cell-search {

       border-left: red !important;

/*  any CSS or style */

}

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting