make submit buttons look more or less like links

This commit is contained in:
friendica 2013-11-16 19:27:06 -08:00
parent 808f0fc1d4
commit 2e464cb909

View File

@ -64,7 +64,10 @@ input {
}
input[type="submit"] {
background-color: #F8F8F8;
background-color: #F0F0F0;
font-weight: bold;
color: #0080FF;
text-decoration: none;
}
code {