[CLOSED] [1.0] Gray Theme

  1. #1

    [CLOSED] [1.0] Gray Theme

    I noticed while using the gray theme on the message box the text color background isn't the same as the background color of the messagebox.

    The default is ok, Gray appears to be off (background of text is darker)

    I can fix it myself I knew where to go, where can I go to fix this?

    Thanks
  2. #2
    Hi,

    You can use a tool like Firebug (for Firefox) to inspect the elements and css. Once you determine which css rule to modify, just add to your page.

    I took a look at the MessageBox alert and it appears adding the following css class to your page will override the background color.

    Example

    <style type="text/css">
        .x-window-mc {
            background-color : red !important;
        }
    </style>
    Hope this helps.
    Geoffrey McGill
    Founder
  3. #3
    Thanks that works!

Similar Threads

  1. [CLOSED] Spinner Field in gray and default theme
    By softmachine2011 in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jun 01, 2012, 4:09 PM
  2. Problem with the gray theme
    By plykkegaard in forum 2.x Help
    Replies: 0
    Last Post: Apr 26, 2012, 7:24 AM
  3. Replies: 1
    Last Post: Aug 25, 2010, 8:24 PM
  4. [CLOSED] [1.0] Theme Gray is now different as of last SVN?
    By bsnezw in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Feb 02, 2010, 7:02 PM
  5. [CLOSED] Gray theme css referencing default folder
    By jchau in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Nov 05, 2008, 8:08 PM

Posting Permissions