From 8d05e02738a7eba3fb4c66b76b09c45ca3bb56c1 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Thu, 24 Mar 2016 10:45:20 +0100 Subject: [PATCH] css: add link-like button css --- public/css/module.less | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/public/css/module.less b/public/css/module.less index 7e9824e3..141e64ab 100644 --- a/public/css/module.less +++ b/public/css/module.less @@ -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;