.ui-jqgrid-hdiv {
|
background-color: #f5f5f5;
|
}
|
|
.ui-jqgrid tr.jqgrow td {
|
padding-bottom: 10px;
|
}
|
|
.ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
|
border: 1px solid silver;
|
border-top: none;
|
}
|
|
#jqGrid tbody tr:nth-child(2n+1) {
|
background-color: #fafafa;
|
}
|
|
#jqGrid tbody tr:hover {
|
background-color: #e2eff8;
|
}
|
|
.ui-jqgrid-bdiv #jqGrid tbody .success {
|
background-color: #c1ddf1;
|
}
|
|
.ui-jqgrid{
|
border-color: silver;
|
}
|
|
.ui-jqgrid .ui-jqgrid-pager, .ui-jqgrid .ui-jqgrid-toppager{
|
border-top-color: silver;
|
}
|