Skip to content

Commit

Permalink
CSS: Add style for buttons that should look like links
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 24, 2015
1 parent b4e44c9 commit 3e2db99
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions public/css/icinga/main.less
Expand Up @@ -56,3 +56,17 @@
color: @text-color-light;
font-size: @font-size-small;
}

button.link,
input[type="submit"].link {
// Reset defaults
background: none;
border: none;
padding: 0;

font-weight: @font-weight-bold;

&:hover {
text-decoration: underline;
}
}

0 comments on commit 3e2db99

Please sign in to comment.