X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/d41dc04ad17d1d9125fb2cf72db2b4782dbe3a8c..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/examples/restful/restful.css diff --git a/examples/restful/restful.css b/examples/restful/restful.css new file mode 100644 index 00000000..c78c629a --- /dev/null +++ b/examples/restful/restful.css @@ -0,0 +1,23 @@ +.icon-user { + background-image: url(images/user.png) !important; +} + +.icon-add { + background-image: url(images/add.png) !important; +} + +.icon-delete { + background-image: url(images/delete.png) !important; +} + +.x-ie6 .icon-user { + background-image: url(images/user.gif) !important; +} + +.x-ie6 .icon-add { + background-image: url(images/add.gif) !important; +} + +.x-ie6 .icon-delete { + background-image: url(images/delete.gif) !important; +} \ No newline at end of file