X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/b37ceabb82336ee82757cd32efe353cfab8ec267..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/examples/writer/writer.css diff --git a/examples/writer/writer.css b/examples/writer/writer.css index b77c4a81..b3f83d39 100644 --- a/examples/writer/writer.css +++ b/examples/writer/writer.css @@ -1,6 +1,27 @@ -/*! - * Ext JS Library 3.2.2 - * 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; +}