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