ultra2
7 Dec 2011, 11:09 AM
What is the right way to have larger font size in the application?
Especially in tree and grid components, editors, ect?
overriding css would work, but do I need to do this for every single components?.
x-grid-row .x-grid-cell
{
font-size: 14px;
}
.x-column-header
{
font-size: 14px;
}
Especially in tree and grid components, editors, ect?
overriding css would work, but do I need to do this for every single components?.
x-grid-row .x-grid-cell
{
font-size: 14px;
}
.x-column-header
{
font-size: 14px;
}