Jump to content

Change TUniDBGrid Title Font.


patmap

Recommended Posts

Which CSS class did you change ?

 

 

Hi, Mr. Farshad

 

I wrote a custom main.css:

 

 .x-grid-panel *  {  
     	
 	font-family: Tahoma;

}

 

and put this file in CustomFiles property in TUniGUIServerModule.

 

Attention: if you not put ( * ) (Star Character) after x-grid-panel class font not affect in other sub tags in DBGrid;

 

Best Regards

Link to comment
Share on other sites

Hi, Mr. Farshad

 

One other thing, The DBGrid Footer ( Page x Of x) Font not change with above css !

Only change with this:

 

.x-toolbar table *{
  font-family: Tahoma;
}

 

and full css for DBGrid is:

 

.x-grid-panel, .x-toolbar table *{
  font-family: Tahoma;
}

 

Best Regards

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