/*
________________________________________________________________________
| | |
| Title: | Custom UI Font Family, Size and Color |
| Description: | Thay doi font, size, color cua ff theo y thich |
| | Code ngu, dung che :P |
| Author: | QHu91_IT |
|__________________|____________________________________________________|
*/
menubar, menubutton, menulist, menu, menuitem, toolbar, tab,
tree, tooltip /*,textbox*/
{
font-family: Segoe UI, SegoeUI, calibri, verdana, helvetica, tahoma, Arial !important;
font-size: 11px !important;
color:#0000A0 !important;
}
tooltip
{
color:#FFFF00 !important;
}
tab
{
color:#0000FF !important;
}
menulist
{
color:#FF0080 !important;
}
menu
{
color:#0000A0 !important;
font-weight:bold !important;
}
textbox
{
color:#800000 !important;
}