[CLOSED] Help with CSS of grouptabpanel

  1. #1

    [CLOSED] Help with CSS of grouptabpanel

    In our website there is a screen where we use some css to alter a GroupTabPanel appearence. However there are two points i'm stuck with (marked in red in the picture below):

    Click image for larger version. 

Name:	layout1.png 
Views:	100 
Size:	32.6 KB 
ID:	2511

    See, there's a thin dark gray line in the top...

    Click image for larger version. 

Name:	layout2.png 
Views:	80 
Size:	36.4 KB 
ID:	2512

    ..and on the left there are small grey areas in the corners.

    Click image for larger version. 

Name:	layout3.png 
Views:	90 
Size:	37.2 KB 
ID:	2513



    Which css class should i change in order to change the color of these items?

    Currently the folowing is being done:

            .custom //In the GroupTabPanel Cls="custom"
            {
                background-color: #141654;
                border: solid 5px #141654;
            }
    .custom ul.x-grouptabs-strip li.x-grouptabs-strip-active
            {
                background: #DDE0E3;
                border: none !important;
            }
    .x-tab-joint
            {
                background-color: #DDE0E3;
            }
    Last edited by Daniil; Mar 31, 2011 at 1:01 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Could you provide a sample to investigate?
  3. #3
    Regarding the corners

    There is the image for the corners.

    .x-grouptabs-panel .x-grouptabs-corner {
        background-image: url("/ux/extensions/grouptabpanel/images/x-grouptabs-corners-gif/ext.axd");
    Please replace the url.

    We still need a sample to reproduce the second issue.
  4. #4
    Hi,

    You disabled border in the following rule
    .custom ul.x-grouptabs-strip li.x-grouptabs-strip-active
            {
                background: #DDE0E3;
                border: none !important;
            }
    Please remove border from that rule
  5. #5
    Thanks, removing the "border:none" removed the line. I'll try to edit the image x-grouptabs-corners.gif to the appropriate the background color. Solved!

Similar Threads

  1. [CLOSED] Bug with GroupTabPanel + Checkbox
    By jmcantrell in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: May 24, 2012, 2:45 PM
  2. [CLOSED] GroupTabPanel
    By rcaunt in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: May 02, 2012, 4:39 PM
  3. [CLOSED] GroupTabPanel bug
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Jul 07, 2010, 6:54 AM
  4. [CLOSED] [1.0] GroupTabPanel bug?
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Jul 02, 2010, 6:20 PM
  5. [CLOSED] [1.0] GroupTabPanel add logo?
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Jul 02, 2010, 6:20 PM

Posting Permissions