Hello Devs,

Using 2.22.22006

I set up some custom header CSS (below) and the dhis-web-maintenance/#/
page (Data Elements / Indicators) doesn't seem to want to render it, even
though the div id is the same.

[image: Inline image 1]
vs
[image: Inline image 2]

Am I missing a setting somewhere? Thanks!


This is the custom CSS I'm using.
#header {
    background: #CCCCCC; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(-90deg, #CCCCCC, #EEEEEE); /* For
Safari 5.1 to 6.0 */
    background: -o-linear-gradient(-90deg, #CCCCCC, #EEEEEE); /* For Opera
11.1 to 12.0 */
    background: -moz-linear-gradient(-90deg, #CCCCCC, #EEEEEE); /* For
Firefox 3.6 to 15 */
    background: linear-gradient(-90deg, #CCCCCC, #EEEEEE); /* Standard
syntax */
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#headerText {
    color: #333233;
}
.fa, .menu-link {
    color: #333233;
}





*Timothy Harding*
Sr. Systems Analyst, BAO Systems
+1 202-536-1541 | [email protected] | http://www.baosystems.com | Skype:
[email protected] | 2900 K Street, Suite 404, Washington D.C. 20007
_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp

Reply via email to