.x-grid3-row-over .x-grid3-cell-inner {
font-weight: bold;
}
+
+ /* style for the "buy" ActionColumn icon */
+ .x-action-col-cell img.buy-col {
+ height: 16px;
+ width: 16px;
+ background-image: url(../shared/icons/fam/accept.png);
+ }
+
+ /* style for the "alert" ActionColumn icon */
+ .x-action-col-cell img.alert-col {
+ height: 16px;
+ width: 16px;
+ background-image: url(../shared/icons/fam/error.png);
+ }
+
</style>
<!-- ** Javascript ** -->