X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/examples/writer/writer.css diff --git a/examples/writer/writer.css b/examples/writer/writer.css index 4226be9a..b3f83d39 100644 --- a/examples/writer/writer.css +++ b/examples/writer/writer.css @@ -1,6 +1,27 @@ -/*! - * Ext JS Library 3.3.1 - * Copyright(c) 2006-2010 Sencha Inc. - * licensing@sencha.com - * http://www.sencha.com/license - */ +.icon-user { + background-image: url(images/user.png) !important; +} + +.icon-user-add { + background-image: url(images/user_add.gif) !important; +} + +.icon-save { + background-image: url(images/save.gif) !important; +} + +.icon-reset { + background-image: url(images/stop.png) !important; +} + +.icon-grid { + background-image: url(images/grid.png) !important; +} + +.icon-add { + background-image: url(images/add.png) !important; +} + +.icon-delete { + background-image: url(images/delete.png) !important; +}