-
This commit is contained in:
parent
331abe518c
commit
92d7143ac0
@ -44,25 +44,26 @@ form textarea {
|
|||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
form textarea {
|
form input[type="submit"] {
|
||||||
resize: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* styl dla przycisku formularza */
|
|
||||||
form button[type="submit"] {
|
|
||||||
background-color: #4CAF50;
|
background-color: #4CAF50;
|
||||||
color: #fff;
|
|
||||||
border: none;
|
border: none;
|
||||||
|
color: white;
|
||||||
padding: 10px 20px;
|
padding: 10px 20px;
|
||||||
border-radius: 5px;
|
text-align: center;
|
||||||
|
text-decoration: none;
|
||||||
|
display: inline-block;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
margin: 10px 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* styl dla przycisku formularza po najechaniu myszką */
|
form input[type="submit"] {
|
||||||
form button[type="submit"]:hover {
|
|
||||||
background-color: #3e8e41;
|
background-color: #3e8e41;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
form textarea {
|
||||||
|
resize: none;
|
||||||
|
}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
Loading…
Reference in New Issue
Block a user