Jump to content

How to change the header / title color of uniDBgrid


Luis Azevedo

Recommended Posts

Consegui solucionar com o seguinte CSS:

.x-column-header 
{
    border-right: 1px 1px 1px 1px;
    border-left: 1px 1px 1px 1px;
    border-top: 1px 1px 1px 1px;
    border-bottom: 1px 1px 1px 1px;  
    color: #000; /* -- COR DA FONTE DO HEADER DO GRID -- */
    background-color: #F0F8FF;
    font: 400 13px 'Segoe UI', 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, sans-serif !important;
    
}

Link to comment
Share on other sites

  • 3 years later...
  • 3 weeks later...
On 10/18/2018 at 7:39 PM, GerhardV said:

Sorry don't speak Portuguese or whatever language that is :)

google translate

I managed to solve it with the following CSS: .x-column-header { border-right: 1px 1px 1px 1px; border-left: 1px 1px 1px 1px; border-top: 1px 1px 1px 1px; border-bottom: 1px 1px 1px 1px; color: #000; /* -- GRID HEADER FONT COLOR -- */ background-color: #F0F8FF; font: 400 13px 'Segoe UI', 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, sans-serif !important; }

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...