Ext.NET MVC – Some Useful CSS Element Item

Ext.NET MVC – Some Useful CSS Element Item

 
   /* Define the following CSS Element Item to override the Native Ext.Net CSS to Customized the Layout. */
 
 
   .x-grid-item, .x-column-header, .x-menu-item-text-default, .x-form-item-label-default
   {
     font-family: ' Arial Unicode MS' , Arial !important;
     color:#000000 !important;
     font-size:12pt;
   }
 
   /* Tab Menu Item */
   .x-menu-item-text-default
   {
     font-family: ' Arial Unicode MS' , Arial !important;
     color:#000000 !important;
     font-size:12pt;
   }
 
   /* Form TextBox */
   .x-form-text-default
   {
     font-family: ' Arial Unicode MS' , Arial !important;
     color:#000000 !important;
     font-size:12pt;
   }
 
   /* Top Header Color */
   .x-tab-bar-default, .x-window-header-default, .x-window-header-default-top
   {
     background-color:#000011;
   }
 
   /* Tab Panel Border Color */
   .x-window-default, .x-window-header-default
   {
     border-color:#000011;
   }
 
   /* Tab Header Font */
   .x-tab-default.x-tab-active.x-tab .x-tab-inner-default, .x-tab-inner-default
   {
     font-family: ' Arial Unicode MS' , Arial !important;
     font-size:11pt;
   }
 
   .x-panel-default-framed
   {
     border:0px none;
   }
 
   /* Active Tab Header Font */
   .x-tab-default.x-tab-active.x-tab .x-tab-inner-default
   {
     color:#000000;
   }