- buttons restyled
This commit is contained in:
parent
e2140d8dee
commit
c1ba2ec74a
@ -404,4 +404,19 @@ section.bad-answer section.answer input[type="radio"]:checked+label:not(.correct
|
|||||||
section#further-info {
|
section#further-info {
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
padding: 0.4em 0;
|
padding: 0.4em 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
input[type="button"] {
|
||||||
|
background-color: #176767;
|
||||||
|
color: white;
|
||||||
|
border: none;
|
||||||
|
padding: 3pt;
|
||||||
|
margin: 1pt;
|
||||||
|
font-weight: bolder;
|
||||||
|
border-radius: 2pt;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
input[type="button"]:hover {
|
||||||
|
background-color: #408d8d;
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user