cusor pointer for undo link

This commit is contained in:
Adam Young
2010-12-20 16:56:14 -05:00
parent 7493d781df
commit fc4ce7dc8c
2 changed files with 5 additions and 1 deletions

View File

@@ -815,7 +815,7 @@ function _ipa_create_text_input(value, param_info, rights, index)
span.append($("<a/>",{
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 || '';

View File

@@ -170,6 +170,10 @@ hr {
padding-right: 18px;
}
.undo {
cursor:pointer;
}
dl.entryattrs {
clear: both;
margin-left: 15px;