Jump to content

Change page control tab color


robinhodemorais

Recommended Posts

  • 9 months later...
On 12/9/2019 at 2:55 PM, robinhodemorais said:

How do I change the color of pagecontrol's tab, text and close icon?


moving here I managed to change the color, but I am not in the whole tab, only a part .... this using the class x-tab-wrap: background-color ...

 

 

Screenshot_1.jpg

I know i'm a little bit late... But here's a workaround for this:

- The first one change's the whole tab, and the second one change's the active tab once it got clicked to display.

.x-tab-bar-default-top {
 background-image: -webkit-linear-gradient(top, #dcdcdc, #dcdcdc);
}

.x-tab.x-tab-active.x-tab-default-top {
 background-image: -webkit-linear-gradient(top, #dcdcdc, #dcdcdc 25%, #dcdcdc 45%);
}

And, there you go!

01.PNG

Link to comment
Share on other sites

  • 1 year later...
  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...