From 1479cb4956b4343e5ffbf6ef1e1b73a358be3ed0 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Thu, 30 Jul 2015 13:51:43 +0200 Subject: [PATCH] setup.less: Reduce button style complexity and remove unecessary styles --- public/css/icinga/setup.less | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/public/css/icinga/setup.less b/public/css/icinga/setup.less index cae83a430..0134642f5 100644 --- a/public/css/icinga/setup.less +++ b/public/css/icinga/setup.less @@ -117,16 +117,8 @@ left: -1337px; } - button, .button-like { - &.finish, &.login { - min-width: 25em; - color: #fffafa; - background: @colorPetrol; - - &:hover, &:focus, &:active { - background: #666; - } - } + button.finish, a.button-like.login { + min-width: 25em; } }