Hi,
Anyone know of any dazzling javascript to increase the size of the Watermark for the File attachment control?
I've tried the following one:
<script type="text/javascript">$(document).ready(function() { $('.theme-entry .SFC.SourceCode-Forms-Controls-Web-TextBox.watermark, .theme-entry .input-control-watermark').css('font-size', '11pt');});</script>
but it doesn't apply the changes to the File Attachment watermark.
Any ideas?