Kevin prototype #35

Merged
11319801 merged 42 commits from kevin-prototype into master 2017-01-13 10:47:48 +01:00
2 changed files with 7 additions and 1 deletions
Showing only changes of commit d900edfcda - Show all commits

View File

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

View File

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