Light Orange text in Black Background message on Copy/Print

Light Orange text in Black Background message on Copy/Print

aSataSat Posts: 4Questions: 0Answers: 0
edited September 2012 in TableTools
The message "Table copied" for Copy and the message for Print appears in a black background with Orange Text making it difficult to read. Are there options to change this or am I missing something?

Replies

  • AndyFAndyF Posts: 6Questions: 0Answers: 0
    The CSS of the message is all set inside TableTools.css, the classes for it are:

    .DTTT_print_info {
    }

    .DTTT_print_info h6 {
    }

    .DTTT_print_info p {
    }

    If you haven't modified these, you must be over writing the plugins css with your own.
  • aSataSat Posts: 4Questions: 0Answers: 0
    Thanks, for confirming my guess. I took the css from TableTools-2.1.3\media\css, a TableTools_JUI.css designated to be used with jquery UI? Even then, why would they have such colors?
    However, I am planning to tweak it or just planning to using the TableTools.css. what works best. Thanks again!
  • aSataSat Posts: 4Questions: 0Answers: 0
    what works best*-whatever works best
This discussion has been closed.