Oberflächenadministratoren, SMW-Administratoren, SMW-Kuratoren, SMW-Editoren, Oversighter, Administratoren, Widget-Bearbeiter
1.219
Bearbeitungen
Keine Bearbeitungszusammenfassung Markierungen: Mobile Bearbeitung Mobile Web-Bearbeitung |
(Hide View-Switcher "Klassische Ansicht" if started from Homescreen.) Markierungen: Mobile Bearbeitung Mobile Web-Bearbeitung |
||
Zeile 46: | Zeile 46: | ||
font-size: 1em; | font-size: 1em; | ||
} | } | ||
.header ::-webkit-input-placeholder { | .header ::-webkit-input-placeholder { | ||
color: white; | color: white; | ||
} | } | ||
.header :-moz-placeholder { | .header :-moz-placeholder { | ||
color: white; | color: white; | ||
opacity: 1; | opacity: 1; | ||
} | } | ||
.header ::-moz-placeholder { | .header ::-moz-placeholder { | ||
color: white; | color: white; | ||
opacity: 1; | opacity: 1; | ||
} | } | ||
.header ::-ms-input-placeholder { | .header ::-ms-input-placeholder { | ||
color: white; | color: white; | ||
} | } | ||
.header ::-ms-input-placeholder { | .header ::-ms-input-placeholder { | ||
color: white; | color: white; | ||
} | } | ||
Zeile 253: | Zeile 253: | ||
.whats-nearby .irs-min, .whats-nearby .irs-max, .whats-nearby .irs-from, .whats-nearby .irs-to, .whats-nearby .irs-single { | .whats-nearby .irs-min, .whats-nearby .irs-max, .whats-nearby .irs-from, .whats-nearby .irs-to, .whats-nearby .irs-single { | ||
font-size: 0.8em; | font-size: 0.8em; | ||
} | |||
/** | |||
* Hide View-Switcher "Klassische Ansicht" if started from Homescreen. | |||
* fixes https://github.com/fuerthwiki/wiki/issues/68 | |||
*/ | |||
@media all and (display-mode: standalone) { | |||
#footer-info-mobile-switcher { | |||
display: none; | |||
} | |||
} | } |
Bearbeitungen