Jump to content

how change panel title color?


mehmet07

Recommended Posts

  • 1 month later...
  • 7 months later...

Hi,

 

I am trying to customized font-size with the same exemple

 

.ColorTitle .x-panel-header-default
{
background-image: none;
background-color: #00FF27;

font-size: 18px;
}

 

but it doesn't work !

 

have you a solution ?

Link to comment
Share on other sites

  • 6 months later...
On 11/14/2017 at 10:22 AM, delagoutte said:

Add in servermodule customCss 


.ColorTitle .x-panel-header-default
{
    background-image: none;
    background-color: #00FF27;
}

On your panel clientevents.unievents add


function beforeInit(sender, config)
{
  config.cls = 'ColorTitle';
}

 

 

Hi.

How can I change the panel border too?

Thanks.

 

Link to comment
Share on other sites

  • 2 years later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...