From 2f40365fc8b0fc6eaedbdde8023a15694f9d3dfe Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 15 Oct 2014 15:49:38 +0200 Subject: [PATCH] Style wizard buttons refs #7163 --- public/css/icinga/setup.less | 43 ++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/public/css/icinga/setup.less b/public/css/icinga/setup.less index f7435c916..69549da51 100644 --- a/public/css/icinga/setup.less +++ b/public/css/icinga/setup.less @@ -100,6 +100,49 @@ position: absolute; left: -1337px; } + + #btn_prev { + margin-right: 1em; + } + + button, .button-like { + padding: 0.5em 1em; + font-weight: bold; + outline: 0; + border: 1px solid black; + border-radius: 0.2em; + background: #666; + color: #eee; + + &:hover, &:focus { + background-color: #333; + } + + &.install { + width: 25em; + color: #fffafa; + background: #aaa; + + &:hover { + background: #888; + } + } + + &.login { + width: 25em; + color: #333; + background: #9e4; + + &:hover { + background: #7c2; + } + } + } + + a.button-like { + cursor: default; + text-decoration: none; + } } #setup table.requirements {