From 09945994b8cbd027803a76531a198f31729751d5 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Mon, 20 Oct 2014 13:44:11 +0200 Subject: [PATCH] Disabled buttons should be identifiable as being "disabled" refs #7163 --- public/css/icinga/setup.less | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/public/css/icinga/setup.less b/public/css/icinga/setup.less index 5d4afee15..ce7750546 100644 --- a/public/css/icinga/setup.less +++ b/public/css/icinga/setup.less @@ -118,8 +118,17 @@ background: #666; color: #eee; + &[disabled="1"] { + background-color: #aaa; + border: 1px dotted black; + } + &:hover, &:focus { background-color: #333; + + &[disabled="1"] { + background-color: #aaa; + } } &.install, &.login {