- buttons restyled
This commit is contained in:
parent
e2140d8dee
commit
c1ba2ec74a
@ -405,3 +405,18 @@ section#further-info {
|
||||
font-size: 0.8em;
|
||||
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