Copy link to clipboard
Copied
Hi,
I was wondering whether there was a way of deleting the 'x' on the text box.
It's really large and looks quire daft in the text box.
Thanks,
Izzy
What version of Captivate and browser?
You could try:
input[type=text]::-ms-clear { display: none !important; }
Copy link to clipboard
Copied
You need to add this CSS to the CPLibraryAll.css file.
input[type=text]::-ms-clear { display: none; }
Copy link to clipboard
Copied
I tried adding this coded to the CPLibraryAll.css and its still showing me that x.
Copy link to clipboard
Copied
What version of Captivate and browser?
You could try:
input[type=text]::-ms-clear { display: none !important; }
Copy link to clipboard
Copied
IE 11.0.90 Update Version
Version 11.345.17134.0
Captivate
2017 Release 10.0.1.285
Copy link to clipboard
Copied
I just tested both in the same browser and same version of CP and the both CSS work for me.
Hard to troubleshoot when it works.
You are adding the CSS to the very end of the CPLibraryAll.css file correct?
Copy link to clipboard
Copied
The second piece of code worked. Thanks so much.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now