Updated buttons

This commit is contained in:
Marijn Jansen
2017-01-12 15:20:47 +01:00
parent 2bc11a87e4
commit d900edfcda
2 changed files with 7 additions and 1 deletions

View File

@@ -16,11 +16,16 @@
text-align: right;
}
.settings input[type="submit"] {
background-color: #845663;
color: white;
}
.settings input[type="password"],
.settings input[type="text"],
.settings input[type="date"],
.settings input[type="email"],
.settings textarea{
.settings textarea {
border: 1px solid black;
}

View File

@@ -44,6 +44,7 @@
<label></label>
<input type="submit"
value="Opslaan"
>
</form>