Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / writer / writer.css
1 .icon-user {
2     background-image: url(images/user.png) !important;
3 }
4
5 .icon-user-add {
6     background-image: url(images/user_add.gif) !important;
7 }
8
9 .icon-save {
10     background-image: url(images/save.gif) !important;
11 }
12
13 .icon-reset {
14     background-image: url(images/stop.png) !important;
15 }
16
17 .icon-grid {
18     background-image: url(images/grid.png) !important;
19 }
20
21 .icon-add {
22     background-image: url(images/add.png) !important;
23 }
24
25 .icon-delete {
26     background-image: url(images/delete.png) !important;
27 }