Upgrade to ExtJS 3.3.0 - Released 10/06/2010
[extjs.git] / examples / grid / array-grid.html
index 4dc30f6..2daaa94 100644 (file)
         .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 ** -->