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,6 +16,11 @@
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"],

View File

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