Skip to content

Commit

Permalink
only use font awesome font for placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
ufundo committed Jul 31, 2024
1 parent a8b2c1a commit 748c057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/jquery/jquery.crmIconPicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
function displayDialog() {
dialog.append('<style type="text/css">' +
'#crmIconPicker {font-size: 20px;}' +
'#crmIconPicker .icon-ctrls input {font-family: FontAwesome; padding-left: .5em; margin-bottom: 1em;}' +
'#crmIconPicker .icon-ctrls input::placeholder {font-family: FontAwesome; padding-left: .5em; margin-bottom: 1em;}' +
'#crmIconPicker .icon-ctrls > * {display: inline-block; vertical-align: top; margin-right: 1em;}' +
'#crmIconPicker .icon-ctrls > button {float: right; margin-right: 0;}' +
'#crmIconPicker a.ui-button {width: 1em; height: 1em; color: #222;}' +
Expand Down

0 comments on commit 748c057

Please sign in to comment.