Skip to content
Code-Schnipsel Gruppen Projekte
Commit 02af1849 erstellt von michael.daniel's avatar michael.daniel
Dateien durchsuchen

fix: appearance: none; fälschlicherweise gesetzt auf alle Inputs. Sollte nur input type submit

Übergeordneter a0b2f643
Keine zugehörigen Branchen gefunden
Keine zugehörigen Tags gefunden
Keine zugehörigen Merge Requests gefunden
...@@ -33,7 +33,20 @@ body { ...@@ -33,7 +33,20 @@ body {
font-weight: 300; font-weight: 300;
} }
input, textarea, select, input, textarea, select {
background: rgba(255, 255, 255, 0.05);
border: 2px solid rgba(0, 0, 0, 0.2);
border-radius: 0;
font-size: 12pt;
line-height: 1.75em;
letter-spacing: 1px;
padding: 10px 16px;
margin: 6px 0;
outline: none;
box-shadow: none;
}
input[type="submit"] { input[type="submit"] {
background: rgba(255, 255, 255, 0.05); background: rgba(255, 255, 255, 0.05);
border: 2px solid rgba(0, 0, 0, 0.2); border: 2px solid rgba(0, 0, 0, 0.2);
...@@ -51,6 +64,7 @@ input[type="submit"] { ...@@ -51,6 +64,7 @@ input[type="submit"] {
appearance: none; appearance: none;
} }
input:focus { input:focus {
background: none; background: none;
outline: none; outline: none;
......
0% Lade oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren