„threadr/style.css“ ändern
parent
df06eff972
commit
8247eddcf9
|
@ -91,7 +91,6 @@ input[type=submit]:hover {
|
|||
|
||||
button {
|
||||
font-family: monospace;
|
||||
width: 100%;
|
||||
background-color: #001858;
|
||||
color: white;
|
||||
padding: 14px 20px;
|
||||
|
@ -101,6 +100,10 @@ button {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
button.full {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
background-color: #8bd3dd;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue