Need a special offer?Find out if your project fits.
+

Is it possible to change highlighting color?

Answered
guest asked on September 4, 2015

The highlights in the table have some transparency. Is it possible to change highlighting color   without transparency in CSS?

1 answer

Public
Roman Petrusha Roman Petrusha Flexmonster September 4, 2015

Yes, you can change the highlighting color without transparency in CSS. Please find the following classes in flexmonster.css file and change background-color property the way you need:
     #fm-grid-view .fm-sheet-selection-canvas,
     #fm-drillthrough-view .fm-sheet-selection-canvas {
          position: absolute;
          background-color: rgba(255, 245, 106, 0.2);
          pointer-events: none;
     }

Please login or Register to Submit Answer