MediaWiki:Mobile.css: Difference between revisions

Code provided by Abcboy
mNo edit summary
(Code provided by Abcboy)
Line 110: Line 110:
.whitelinks a, .whitelinks a:link, .whitelinks a:visited, .whitelinks a:hover, .whitelinks a:active, .whitelinks a span {
.whitelinks a, .whitelinks a:link, .whitelinks a:visited, .whitelinks a:hover, .whitelinks a:active, .whitelinks a span {
   color: white !important;
   color: white !important;
}
/* Pop-out Mini Sprites */
.overflow-ms {
  width: 40px;
  height: 40px;
  overflow: visible;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
}