From c82c598163996997570807827e02de11ca541c94 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Mon, 17 Mar 2014 15:14:44 +0100 Subject: webui: remove hover effect from disabled action button https://fedorahosted.org/freeipa/ticket/4256 Reviewed-By: Petr Viktorin --- install/ui/ipa.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'install') diff --git a/install/ui/ipa.css b/install/ui/ipa.css index ceae393ce..48a8c01fd 100644 --- a/install/ui/ipa.css +++ b/install/ui/ipa.css @@ -726,9 +726,12 @@ span.main-separator{ font-size: 0.9em; } -.action-button-disabled { +.action-button-disabled, +.action-button-disabled:focus, +.action-button-disabled:hover { color: gray; cursor: default; + outline: none; } .button-disabled { -- cgit