summaryrefslogtreecommitdiffstats
path: root/install/ui/ipa.css
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-08-22 15:06:00 -0500
committerEndi S. Dewata <edewata@redhat.com>2011-08-23 22:23:31 +0000
commitffebf3763917b13b945fb27b8da3d524d833162e (patch)
tree5413a23cc455a73e9d33a9a9c3a00d931be47b9e /install/ui/ipa.css
parentc4f04dd858a43ccdeb83216b442e44298af25090 (diff)
downloadfreeipa-ffebf3763917b13b945fb27b8da3d524d833162e.tar.gz
freeipa-ffebf3763917b13b945fb27b8da3d524d833162e.tar.xz
freeipa-ffebf3763917b13b945fb27b8da3d524d833162e.zip
Removed unnecessary HBAC/sudo rule category modification.
Since the Add/Delete links in the association table are disabled when the category is set to 'all', it's no longer necessary to check the category before showing the add/delete dialogs and modify the category before adding entries. Thus, the IPA.rule_association_table_widget is no longer needed. Ticket #1692
Diffstat (limited to 'install/ui/ipa.css')
-rw-r--r--install/ui/ipa.css11
1 files changed, 1 insertions, 10 deletions
diff --git a/install/ui/ipa.css b/install/ui/ipa.css
index 9f94d470b..705e9a11e 100644
--- a/install/ui/ipa.css
+++ b/install/ui/ipa.css
@@ -130,15 +130,6 @@ body {
cursor: pointer;
}
-.input_link_disabled {
- cursor: default;
- color:black;
-}
-
-.input_link_label {
-
-}
-
.icon {
display: inline-block;
height: 16px;
@@ -1034,7 +1025,7 @@ span.main-separator{
padding: 0 0.2em;
}
-a.action-button-disabled {
+.action-button-disabled {
color: gray;
cursor: default;
}