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
No related branches found
No related tags found
Keine zugehörigen Merge Requests gefunden
......@@ -33,7 +33,20 @@ body {
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"] {
background: rgba(255, 255, 255, 0.05);
border: 2px solid rgba(0, 0, 0, 0.2);
......@@ -51,6 +64,7 @@ input[type="submit"] {
appearance: none;
}
input:focus {
background: none;
outline: none;
......
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren