MediaWiki:Mobile.css: Difference between revisions

197 bytes added ,  22:01, 13 October 2020
fix missing FA character
m (final tweaks)
(fix missing FA character)
Line 222: Line 222:
   font-weight: 900;
   font-weight: 900;
   content: "\f144"; /* play icon */
   content: "\f144"; /* play icon */
  font-size: 26px;
}
}
.qud-html-summary.qud-html-summary-open
.qud-html-summary.qud-html-summary-open
   .gif-play-controls
   .gif-play-controls
   .play-pause-btn::before {
   .play-pause-btn::before {
  content: "\f28b"; /* pause icon */
    content: '\f04c'; /* pause icon */
    background-color: white;
    color: black;
    border-radius:12px;
    height: 20px;
    width: 22px;
    padding: 4px 0 0 2px;
    margin-bottom:9px;
    font-size: 11px;
}
}