[CLOSED] Change background color of button and tab of tab panel

  1. #1

    [CLOSED] Change background color of button and tab of tab panel

    How to change the background color of a button and tabpanel's tab (in red in the picture below)? Tried to use firebug to figure it out without success.

    Click image for larger version. 

Name:	extnet_duvida.png 
Views:	96 
Size:	15.7 KB 
ID:	6037
    Last edited by Daniil; Apr 23, 2013 at 3:50 AM. Reason: [CLOSED]
  2. #2
    Hello!

    You should override the following CSS:

    .x-tab-strip-top .x-tab-right, .x-tab-strip-top .x-tab-left, .x-tab-strip-top .x-tab-strip-inner {
        background-image: url("tabSprite.gif") !important;
    }
    Where tabSprite should special sprite image like this one: Click image for larger version. 

Name:	tabBg.gif 
Views:	26 
Size:	2.1 KB 
ID:	6038

    You can use ImageEditor to change its color.
  3. #3
    Didn't work, pal.

    See:

    Click image for larger version. 

Name:	image1.png 
Views:	59 
Size:	13.9 KB 
ID:	6043

    The color only changes in the cornersin a strange way... And when the mouse is over the tab the color disappears.

    See what i've done:

     <style type="text/css">
            .x-tab-strip-active span.x-tab-strip-text {
                font-size: 11pt;
            }
    
            .x-tab-strip span.x-tab-strip-text {
                font-size: 11pt;
            }
    
            .x-tab-strip-top .x-tab-right, .x-tab-strip-top .x-tab-left, .x-tab-strip-top .x-tab-strip-inner {
                background-image: url("App_Themes/Imagens/main_tab_background.gif") !important;
            }
        </style>
    Am i missing something?
  4. #4
    Here is an example of changing color of an active tab.
    http://forums.ext.net/showthread.php?16182#post68758

    It should help you.

    Re: button color

    I see you started a new thread.
    http://forums.ext.net/showthread.php?24455

Similar Threads

  1. [CLOSED] How to change a ext:menu's background color?
    By Fahd in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 15, 2013, 4:01 AM
  2. [CLOSED] Change TreePanel background color and toolbar color
    By jchau in forum 2.x Legacy Premium Help
    Replies: 5
    Last Post: Dec 07, 2012, 4:42 PM
  3. Replies: 2
    Last Post: Dec 29, 2011, 2:11 AM
  4. Replies: 12
    Last Post: Jun 17, 2009, 12:07 PM
  5. Change Tab background color or background image
    By georgelanes in forum 1.x Help
    Replies: 0
    Last Post: Nov 06, 2008, 3:55 PM

Posting Permissions