Upgrade to ExtJS 4.0.7 - Released 10/19/2011
[extjs.git] / examples / restful / restful.css
1 .icon-user {
2     background-image: url(images/user.png) !important;
3 }
4
5 .icon-add {
6     background-image: url(images/add.png) !important;
7 }
8
9 .icon-delete {
10     background-image: url(images/delete.png) !important;
11 }
12
13 .x-ie6 .icon-user {
14     background-image: url(images/user.gif) !important;
15 }
16
17 .x-ie6 .icon-add {
18     background-image: url(images/add.gif) !important;
19 }
20
21 .x-ie6 .icon-delete {
22     background-image: url(images/delete.gif) !important;
23 }