Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/ipc/chromium/src/base/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 10.2.2025 mit Größe 21 kB image not shown  

Quelle  style.css   Sprache: unbekannt

 
/* Override default style */
input {
  -moz-appearance: none;
  background: none;
}
input:invalid {
  box-shadow: none;
}

input.notinvalid {
  box-shadow: 0 0 1.5px 1px green;
}
input.notinvalid:invalid {
  box-shadow: 0 0 1.5px 1px red;
}

input.invalid {
  box-shadow: 0 0 1.5px 1px red;
}
input.invalid:invalid {
  box-shadow: 0 0 1.5px 1px green;
}

input.ref {
  box-shadow: 0 0 1.5px 1px green;
}

[ zur Elbe Produktseite wechseln0.11Quellennavigators  Analyse erneut starten  ]