Änderungen

Zur Navigation springen Zur Suche springen
keine Bearbeitungszusammenfassung
Zeile 29: Zeile 29:  
}
 
}
 
input.search {
 
input.search {
     background-color: transparent;
+
     background-color: transparent !important;
 
     color: white;
 
     color: white;
 
}
 
}
Zeile 46: Zeile 46:  
}
 
}
 
.header ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
 
.header ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
     color:   #909;
+
     color: white;
 
}
 
}
 
.header :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 
.header :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:   #909;
+
   color: white;
 
   opacity:  1;
 
   opacity:  1;
 
}
 
}
 
.header ::-moz-placeholder { /* Mozilla Firefox 19+ */
 
.header ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:   #909;
+
   color: white;
 
   opacity:  1;
 
   opacity:  1;
 
}
 
}
 
.header ::-ms-input-placeholder { /* Internet Explorer 10-11 */
 
.header ::-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:   #909;
+
   color: white;
 
}
 
}
 
.header ::-ms-input-placeholder { /* Microsoft Edge */
 
.header ::-ms-input-placeholder { /* Microsoft Edge */
   color:   #909;
+
   color: white;
 
}
 
}
  

Navigationsmenü