You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
547 B
CSS
24 lines
547 B
CSS
|
|
.x-grid-row-summary .x-grid-cell-inner {
|
|
font-weight : normal;
|
|
font-size : 14px;
|
|
background-color : #EEEEEE;
|
|
}
|
|
|
|
/*
|
|
.x-grid-row-summary .x-grid-rowwrap{
|
|
font-weight : bold;
|
|
font-size : 14px;
|
|
background-color : #000000;
|
|
}
|
|
|
|
.x-grid-row-summary .x-grid-cell-rowbody {
|
|
font-weight : bold;
|
|
font-size : 14px;
|
|
background-color : #888888;
|
|
}*/
|
|
|
|
.x-grid-row-summary {
|
|
background-color : #EEEEEE;
|
|
}
|