fixes to buttos of forms

This commit is contained in:
antil0pa 2019-09-05 12:45:45 +02:00
parent 23e8c6efca
commit dd5ad0778d
2 changed files with 4 additions and 1 deletions

View File

@ -404,7 +404,7 @@ input[type="submit"],
input[type="reset"],
input[type="button"] {
font: 16px/30px 'opensans-bold', sans-serif;
/*background: #11ABB0;*/
background: #1F5C60;
display: inline-block;
text-decoration: none;
letter-spacing: 0;

View File

@ -274,6 +274,7 @@ ul#nav li a:hover .ul#nav li ul {
.button {
font-size: 85%;
background: #1F5C60;
}
.button1 {
margin-top: 20px;
@ -647,6 +648,7 @@ progress::-webkit-progress-bar {
width: 50%;
margin-right: auto;
margin-left: auto;
margin-bottom: 100px;
}
textarea {
width: 50%;
@ -729,6 +731,7 @@ footer #copyleft {
}
footer .button, footer .button:active, footer .button:visited {
background: none;
color: #b9a2ab;
pointer-events: auto;
padding: 0px 10px;