ExtJS 2.x ~ 3.x 在Firefox下的字体大小修正补丁

 

/**

* ExtJS 2.x ~ 3.x Firefox下的字体太小修正补丁

*/

.x-window-footer{position:relative;top:0;right:0;}

.x-tab-strip span.x-tab-strip-text{font-size:12px;}

.x-panel-header{font-size:12px;}

.x-tree-node{font-size:12px;}

.x-grid3-hd-row td{font-size:12px;}

.x-grid3-row td{font-size:12px;line-height:18px;}

.x-tip .x-tip-bd{font-size:12px;}

.x-tip h3{font-size:12px;}

.x-tip .x-tip-bd-inner{font-size:12px;}

.x-panel-tl .x-panel-header{font-size:12px;}

.x-form-field{font-size:12px;}

.x-small-editor .x-form-field{font-size:12px;}

.x-combo-list-item{font-size:12px;}

.x-menu-list-item{font-size:12px;}

.x-window-tl .x-window-header{font-size:12px;}

.ext-ie .x-form-text{margin-top:1px;}

/* the textfield missing bottom line */

.x-form-item{font-size:12px;}

.x-grid-group-hd div{font-size:12px;}

/*按钮字体大小 add by extjs.org.cn */

.x-btn-text{font-size:12px;}

/* 工具栏 */

.x-btn button{font-size:12px;}

原文地址:https://www.cnblogs.com/snippet/p/3644178.html