Border Around 'Processing" gif

Border Around 'Processing" gif

daveihdaveih 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') %>'>"
    },

Answers

  • allanallan Posts: 63,844Questions: 1Answers: 10,518 Site admin

    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

This discussion has been closed.