Change in Bugzilla the background color of the titles

From Andreida
Revision as of 11:20, 16 February 2016 by Andreas (talk | contribs) (Created page with "Search in /usr/share/bugzilla3/web/skins/standard/global.css for →‎titles (begin): #titles { width: 100%; background-color: #CBF374; color: #...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Search in /usr/share/bugzilla3/web/skins/standard/global.css for

 /* titles (begin) */
    #titles {
       width: 100%;
       background-color: #CBF374;
       color: #000000;

Or try the "correct" way and create a new .css file.