MediaWiki:Common.css: Difference between revisions
m color adjustment |
No edit summary |
||
Line 99: | Line 99: | ||
color: white !important; | color: white !important; | ||
border: solid #008000 !important; | border: solid #008000 !important; | ||
} | |||
/* DarkMode for MSUpload */ | |||
html.skin-theme-clientpref-night .msupload-div{ | |||
background: none; | |||
} | |||
html.skin-theme-clientpref-night #msupload-list > li{ | |||
background: none; | |||
} | } | ||
} | } |