X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6a7e4474cba9d8be4b2ec445e10f1691f7277c50..0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6:/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); + } +