How style sheet is used in the GODB?
GoDB Style sheets are text files that lets the developers change the color scheme of the entire application without changing the color scheme in each field. The styles are loaded in the following order. 1) Default colors in GoDB is used by default . 2) If global.css file is present then the defaults are replaced with the values in the global.css 3) If a css file is present with the same name as a Form for example if you are loading ADDCOMP.FRM and ADDCOMP.CSS is also present colour scheme of .CSS file will be applied to .FRM file. 4) If color attributes are specified for individual fields then that is used for particular field The CSS file should be a plain text file of the format.