css: add link-like button css

This commit is contained in:
Thomas Gelf 2016-03-24 10:45:20 +01:00
parent f8d6af7b3f
commit 8d05e02738
1 changed files with 13 additions and 0 deletions

View File

@ -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;