X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/b37ceabb82336ee82757cd32efe353cfab8ec267..f5240829880f87e0cf581c6a296e436fdef0ef80:/examples/grid/array-grid.html diff --git a/examples/grid/array-grid.html b/examples/grid/array-grid.html index 4dc30f6c..2daaa949 100644 --- a/examples/grid/array-grid.html +++ b/examples/grid/array-grid.html @@ -18,6 +18,21 @@ .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); + } +