[CLOSED] How to change window frame color

  1. #1

    [CLOSED] How to change window frame color



    I wish to change the window border color. I have successfully changed the title bar with the following:

    .x-window-header 
    {
        background-color: #004A29;
    }
    For the rest of the border, I have attempted the following, but it makes no difference at all:

    .x-window-handle
    {
        background-color: #004A29;
    }
    .x-resizable-pinned .x-resizable-handle-west
    {
        background-image: none;
    }
    .x-resizable-pinned .x-resizable-handle-south
    {
        background-image: none;
    }
    .x-resizable-pinned .x-resizable-handle-east
    {
        background-image: none;
    }
    I want the entire window border to be #004A29.

    Thanks.
    -Steve
  2. #2

    RE: [CLOSED] How to change window frame color

    Hi,

    <style type="text/css">
            .x-window-header, 
            .x-window-tc, .x-window-tr, .x-window-tl, 
            .x-window-ml, .x-window-mr,  
            .x-window-bc, .x-window-br, .x-window-bl
            {
                background: #004A29;
            }
        </style>
  3. #3

    RE: [CLOSED] How to change window frame color



    That's perfect. Thanks.
    -Steve

Similar Threads

  1. reload desktop window frame
    By krishna in forum 1.x Help
    Replies: 0
    Last Post: Mar 01, 2012, 11:51 AM
  2. [CLOSED] window color change
    By majestic in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jan 31, 2012, 8:06 AM
  3. Replies: 12
    Last Post: Jun 17, 2009, 12:07 PM
  4. [CLOSED] Pass value of row to window with frame
    By CSG in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: May 26, 2009, 12:29 PM
  5. Change color of the window?
    By ensoph in forum 1.x Help
    Replies: 2
    Last Post: Mar 20, 2008, 4:56 AM

Posting Permissions