mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
cusor pointer for undo link
This commit is contained in:
@@ -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 || '';
|
||||
|
||||
@@ -170,6 +170,10 @@ hr {
|
||||
padding-right: 18px;
|
||||
}
|
||||
|
||||
.undo {
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
dl.entryattrs {
|
||||
clear: both;
|
||||
margin-left: 15px;
|
||||
|
||||
Reference in New Issue
Block a user