webui: remove hover effect from disabled action button

https://fedorahosted.org/freeipa/ticket/4256

Reviewed-By: Petr Viktorin <pviktori@redhat.com>
This commit is contained in:
Petr Vobornik 2014-03-17 15:14:44 +01:00 committed by Petr Viktorin
parent c4d00fdd15
commit c82c598163

View File

@ -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 {