Added more Icons.
This commit is contained in:
parent
2f1f38b216
commit
8776dd7c0d
2 changed files with 9 additions and 9 deletions
|
@ -274,7 +274,7 @@ textarea {
|
|||
|
||||
/* Style the submit button with a specific background color etc */
|
||||
|
||||
input[type=submit] {
|
||||
button[type=submit] {
|
||||
background-color: #d60024;
|
||||
color: white;
|
||||
padding: 12px 20px;
|
||||
|
@ -286,6 +286,6 @@ input[type=submit] {
|
|||
|
||||
/* When moving the mouse over the submit button, add a darker green color */
|
||||
|
||||
input[type=submit]:hover {
|
||||
button[type=submit]:hover {
|
||||
background-color: #fa4664;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue