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

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...