Quantcast
Channel: DataTables 1.10 — DataTables forums
Viewing all articles
Browse latest Browse all 2366

Remove button css reference?

$
0
0

Hello,

I am trying to change the background color for the remove button in this block:

buttons: [ { extend: "edit", className: 'edit', editor: editor, text: "Edit Selected Comments" }, { extend: "remove", className: 'remove', editor: editor, text: "Delete Selected Comments" },

I have the following css:

a.dt_button.remove { border: 2px solid #FFFFFF; color: white; padding: 10px 10px; text-align: center; text-decoration: none; display: inline-block; font-size: 12px; background:url(/Affinity/images/deletebackground.png); }

But it remains gray. The class I used for the edit button works but not remove. Am I referencing it correctly?


Viewing all articles
Browse latest Browse all 2366

Trending Articles