dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #44561
Custom CSS not rendering in Data Element / Indicators
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 | tharding@xxxxxxxxxxxxxx | http://www.baosystems.com | Skype:
hardingt@xxxxxxxxx | 2900 K Street, Suite 404, Washington D.C. 20007
Follow ups