CSS Styling: Finding the selector

CSS Styling: Finding the selector

unicorntechunicorntech Posts: 1Questions: 1Answers: 0

Hello. Two questions:
For the selector: a.inline-edit-enable - is there a way to customize the text on the button.

For general styling, the "compact" class name - which selector would it be applied to.

I have found the selector for the wrapper, and managed to change all of the font color:

div.dataTables_wrapper{ color: purple; }

But I can't figure out how the compact class name can apply to this selector. Is there another way to write the css?

Answers

  • colincolin Posts: 15,118Questions: 1Answers: 2,583

    We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Cheers,

    Colin

Sign In or Register to comment.