Skip to content
Snippets Groups Projects

#Fixes::158862942::madhusr::When we mousehover on the any of the multipicklist...

Merged madhu sr requested to merge madhu.sr/vtigercrm:158862942 into master
2 files
+ 13
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -420,6 +420,9 @@ Vtiger_Field_Js('Vtiger_Multipicklist_Field_Js',{},{
if (picklistColor) {
className = '.picklistColor_'+fieldName+'_'+option.replace(' ', '_');
html += className+'{background-color: '+picklistColor+' !important;}';
className = className + '.select2-highlighted';
html += className+'{white: #ffffff !important; background-color: #337ab7 !important;}';
}
}
html +='<\style>';
Loading