Module:Location map/styles.css: Difference between revisions

Content deleted Content added
No edit summary
Tags: Mobile edit Mobile web edit Advanced mobile edit
Line 56:
html.skin-theme-clientpref-night .od .pl > div,
html.skin-theme-clientpref-night .od .pr > div {
/* Use !important to override any infobox rules */
background: #fff;
colorbackground: #000fff !important;
color: #000 !important;
}
 
Line 72 ⟶ 73:
html.skin-theme-clientpref-os .od .pl > div,
html.skin-theme-clientpref-os .od .pr > div {
/* Use !important to override any infobox rules */
background: white;
colorbackground: #000white !important;
color: #000 !important;
}
}