Änderungen

Zur Navigation springen Zur Suche springen
Hide View-Switcher "Klassische Ansicht" if started from Homescreen.
Zeile 46: Zeile 46:  
     font-size: 1em;
 
     font-size: 1em;
 
}
 
}
.header ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
+
.header ::-webkit-input-placeholder {
 
     color: white;
 
     color: white;
 
}
 
}
.header :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
+
.header :-moz-placeholder {
 
   color: white;
 
   color: white;
 
   opacity:  1;
 
   opacity:  1;
 
}
 
}
.header ::-moz-placeholder { /* Mozilla Firefox 19+ */
+
.header ::-moz-placeholder {
 
   color: white;
 
   color: white;
 
   opacity:  1;
 
   opacity:  1;
 
}
 
}
.header ::-ms-input-placeholder { /* Internet Explorer 10-11 */
+
.header ::-ms-input-placeholder {
 
   color: white;
 
   color: white;
 
}
 
}
.header ::-ms-input-placeholder { /* Microsoft Edge */
+
.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;
 +
  }
 
}
 
}

Navigationsmenü