Jump to content

MediaWiki:Mobile.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1: Line 1:
/* All CSS here will be loaded for users of the mobile site */
/* All CSS here will be loaded for users of the mobile site */
.client-dark-mode .leaflet-container {
  background: black !important;
}


.client-dark-mode .oo-ui-windowManager-modal > .oo-ui-dialog {
.client-dark-mode .oo-ui-windowManager-modal > .oo-ui-dialog {
Line 18: Line 15:
.client-dark-mode .oo-ui-processDialog-content .oo-ui-window-head, .client-dark-mode .oo-ui-processDialog-content .oo-ui-window-foot {
.client-dark-mode .oo-ui-processDialog-content .oo-ui-window-head, .client-dark-mode .oo-ui-processDialog-content .oo-ui-window-foot {
   outline: 1px solid #222222;
   outline: 1px solid #222222;
}
.leaflet-container {
  background: black !important;
}
}