make submit buttons look more or less like links
This commit is contained in:
parent
808f0fc1d4
commit
2e464cb909
@ -64,7 +64,10 @@ input {
|
|||||||
}
|
}
|
||||||
|
|
||||||
input[type="submit"] {
|
input[type="submit"] {
|
||||||
background-color: #F8F8F8;
|
background-color: #F0F0F0;
|
||||||
|
font-weight: bold;
|
||||||
|
color: #0080FF;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
|
Reference in New Issue
Block a user