css: add link-like button css
This commit is contained in:
parent
f8d6af7b3f
commit
8d05e02738
|
@ -120,6 +120,19 @@ form input[type=submit]:first-of-type {
|
|||
border-width: 2px;
|
||||
}
|
||||
|
||||
form input[type=submit].link-button {
|
||||
color: @icinga-blue;
|
||||
background: none;
|
||||
border: none;
|
||||
padding: 0;
|
||||
|
||||
text-align: left;
|
||||
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
form p.description {
|
||||
padding: 1em 1em;
|
||||
margin: 0;
|
||||
|
|
Loading…
Reference in New Issue