﻿/* body样式 */
body * {
    font-size: 12px;
    font-family: Consolas,NSimSun;
}

/* 消除IE文本框X */
input::-ms-clear {
    display: none;
}

/* 修正:Grid单元格垂直居中 */
.x-grid-cell {
    vertical-align: middle;
    overflow-y: hidden;
}

/* 修正:Grid行高*/
.x-grid-row td, .x-grid-summary-row td {
    line-height: 21px;
}


/* 修正fa样式 */
.fa {
    margin-top: 3px;
}


/* 修正:ComboBox 空白行不显示 */
.x-boundlist-item {
    height: 24px !important;
    line-height: 24px !important;
}


