From fc4ce7dc8c2102561396e4987ff6357bb79bf524 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Mon, 20 Dec 2010 16:56:14 -0500 Subject: cusor pointer for undo link --- install/static/details.js | 2 +- install/static/ipa.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'install') diff --git a/install/static/details.js b/install/static/details.js index af6eeaec..28de8975 100644 --- a/install/static/details.js +++ b/install/static/details.js @@ -815,7 +815,7 @@ function _ipa_create_text_input(value, param_info, rights, index) span.append($("",{ html:"undo", - "class":"ui-state-highlight ui-corner-all", + "class":"ui-state-highlight ui-corner-all undo", style:"display:none", click: function(){ var previous_value = that.values || ''; diff --git a/install/static/ipa.css b/install/static/ipa.css index 82019ff5..f5c4ee74 100644 --- a/install/static/ipa.css +++ b/install/static/ipa.css @@ -170,6 +170,10 @@ hr { padding-right: 18px; } +.undo { + cursor:pointer; +} + dl.entryattrs { clear: both; margin-left: 15px; -- cgit