Border Around 'Processing" gif
Border Around 'Processing" gif
daveih
Posts: 10Questions: 4Answers: 1
Been using datatables for a while and recently upgraded when I purchased Editor (needed to from memory, getting incompatible version message). I think since the upgrade I am getting borders around the processing gif (see the screenshot) whereas before I wasn't. Project is RoR & Bootstrap 3. Any way I can remove the border (css, option ... etc.)?
Code for the gif is pretty standard I think
"language": {
"processing": "<img src='<%= asset_path('processing.gif') %>'>"
},
This discussion has been closed.
Answers
It looks like there must be a style which is adding that border. If you right click on it and select "Inspect" the browser will tell you want styles are applied to it and where they come from.
I can take a look at that if you can post a link to the page.
Allan