styler le bouton comme un lien
This commit is contained in:
parent
2aba951d3b
commit
e234dd0ff8
@ -105,12 +105,12 @@ button[type='submit'] {
|
|||||||
background: none;
|
background: none;
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
text-decoration: underline;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
button[type="submit"]:hover {
|
button[type="submit"]:hover {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: #2a6496;
|
color: #2a6496;
|
||||||
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
button[type="submit"]:active {
|
button[type="submit"]:active {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user