X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/f5240829880f87e0cf581c6a296e436fdef0ef80..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/examples/writer/writer.css diff --git a/examples/writer/writer.css b/examples/writer/writer.css index c74d762a..b3f83d39 100644 --- a/examples/writer/writer.css +++ b/examples/writer/writer.css @@ -1,6 +1,27 @@ -/*! - * Ext JS Library 3.3.0 - * Copyright(c) 2006-2010 Ext JS, Inc. - * licensing@extjs.com - * http://www.extjs.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; +}