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:22:41 +0000
commit5f9fcd1be0fe1d397f150f0204f2e18b050e006b (patch)
treea9c5e494f8949de628cb81ec134ef031ad72514f /install/ui/ipa.css
parent610faff6f3aad129979777cd7297129ef0a3bbc5 (diff)
downloadfreeipa-5f9fcd1be0fe1d397f150f0204f2e18b050e006b.tar.gz
freeipa-5f9fcd1be0fe1d397f150f0204f2e18b050e006b.tar.xz
freeipa-5f9fcd1be0fe1d397f150f0204f2e18b050e006b.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;
}