jbpm4.css 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. .tb-activity,
  2. .x-tree-node-leaf .tb-activity,
  3. .x-panel-tl .tb-activity,
  4. .x-btn-text-icon .tb-activity {
  5. background: url(../images/visualpharm/Settings_16x16.png) no-repeat;
  6. }
  7. .tb-form,
  8. .x-tree-node-leaf .tb-form
  9. .x-panel-tl .tb-form,
  10. .x-btn-text-icon .tb-form {
  11. background: url('../images/visualpharm/Text Document_16x16.png') no-repeat;
  12. }
  13. .tb-process,
  14. .x-tree-node-leaf .tb-process
  15. .x-panel-tl .tb-process,
  16. .x-btn-text-icon .tb-process {
  17. background: url(../images/visualpharm/Preview_16x16.png) no-repeat;
  18. }
  19. .tb-prop,
  20. .x-tree-node-leaf .tb-prop
  21. .x-panel-tl .tb-prop,
  22. .x-btn-text-icon .tb-prop {
  23. background: url(../images/visualpharm/Copy_16x16.png) no-repeat;
  24. }
  25. .tb-webform,
  26. .x-tree-node-leaf .tb-webform
  27. .x-panel-tl .tb-webform,
  28. .x-btn-text-icon .tb-webform {
  29. background: url(../images/visualpharm/Properties_16x16.png) no-repeat;
  30. }
  31. .tb-new,
  32. .x-tree-node-leaf .tb-new,
  33. .x-panel-tl .tb-new,
  34. .x-btn-text-icon .tb-new {
  35. background: url(../images/visualpharm/New-16x16.png) no-repeat;
  36. }
  37. .tb-save,
  38. .x-tree-node-leaf .tb-save,
  39. .x-panel-tl .tb-save,
  40. .x-btn-text-icon .tb-save {
  41. background: url(../images/visualpharm/Save-16x16.png) no-repeat;
  42. }
  43. .tb-deploy,
  44. .x-tree-node-leaf .tb-deploy,
  45. .x-panel-tl .tb-deploy,
  46. .x-btn-text-icon .tb-deploy {
  47. background: url(../images/visualpharm/Stock-Index-Up-16x16.png) no-repeat;
  48. }
  49. .tb_find,
  50. .x-tree-node-leaf .tb_find,
  51. .x-panel-tl .tb_find,
  52. .x-btn-text-icon .tb_find {
  53. background: url(../images/visualpharm/Preview_16x16.png) no-repeat;
  54. }
  55. .tb-clear,
  56. .x-tree-node-leaf .tb-clear,
  57. .x-panel-tl .tb-clear,
  58. .x-btn-text-icon .tb-clear {
  59. background: url(../images/visualpharm/Cancel_16x16.png) no-repeat;
  60. }
  61. .tb-undo,
  62. .x-tree-node-leaf .tb-undo,
  63. .x-panel-tl .tb-undo,
  64. .x-btn-text-icon .tb-undo {
  65. background: url(../images/visualpharm/Undo_16x16.png) no-repeat;
  66. }
  67. .tb-redo,
  68. .x-tree-node-leaf .tb-redo,
  69. .x-panel-tl .tb-redo,
  70. .x-btn-text-icon .tb-redo {
  71. background: url(../images/visualpharm/Redo_16x16.png) no-repeat;
  72. }
  73. .tb-add,
  74. .x-tree-node-leaf .tb-add,
  75. .x-panel-tl .tb-add,
  76. .x-btn-text-icon .tb-add {
  77. background: url(../images/visualpharm/Add_16x16.png) no-repeat;
  78. }
  79. .tb-delete,
  80. .x-tree-node-leaf .tb-delete,
  81. .x-panel-tl .tb-delete,
  82. .x-btn-text-icon .tb-delete {
  83. background: url(../images/visualpharm/Delete_16x16.png) no-repeat;
  84. }
  85. .tb-remove,
  86. .x-tree-node-leaf .tb-remove,
  87. .x-panel-tl .tb-remove,
  88. .x-btn-text-icon .tb-remove {
  89. background: url(../images/visualpharm/Remove_16x16.png) no-repeat;
  90. }
  91. #__gef_jbs_palette__ img,
  92. #__gef_jbs_palette__ div {
  93. -moz-user-select: none;
  94. }