boardmodel.css 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. .text-trigger-icon-form {
  2. background-repeat: no-repeat !important;
  3. background-position-y: 2px !important;
  4. background-position-x: 0 !important;
  5. background-image: url(../images/icons/text.png) !important;
  6. }
  7. .style-trigger-icon-form {
  8. background-repeat: no-repeat !important;
  9. background-position-y: 2px !important;
  10. background-position-x: 0 !important;
  11. background-image: url(../images/icons/style.png) !important;
  12. }
  13. .render-trigger-icon-form {
  14. background-repeat: no-repeat !important;
  15. background-position-y: 2px !important;
  16. background-position-x: 0 !important;
  17. background-image: url(../images/icons/render.png) !important;
  18. }
  19. .text-trigger-icon-grid {
  20. background-image: url(../images/icons/text.png) !important;
  21. }
  22. .style-trigger-icon-grid {
  23. background-image: url(../images/icons/style.png) !important;
  24. }
  25. .render-trigger-icon-grid {
  26. background-image: url(../images/icons/render.png) !important;
  27. }
  28. .save {
  29. background-image: url(../images/icons/save16x16.png) !important;
  30. }
  31. .delete {
  32. background-image: url(../images/icons/delete16x16.png) !important;
  33. }
  34. .legend-trigger-icon {
  35. background-repeat: no-repeat !important;
  36. background-position-y: 2px !important;
  37. background-position-x: 0 !important;
  38. background-image: url(../images/icons/legend.png) !important;
  39. }
  40. .colorpool-trigger-icon {
  41. background-repeat: no-repeat !important;
  42. background-position-y: 2px !important;
  43. background-position-x: 0 !important;
  44. background-image: url(../images/icons/colorpool.png) !important;
  45. }
  46. .x-info-icon {
  47. background-image: url(../images/icons/info.png) !important;
  48. }
  49. .pie-trigger-icon {
  50. background-repeat: no-repeat !important;
  51. background-position-y: 2px !important;
  52. background-position-x: 0 !important;
  53. background-image: url(../images/icons/pie-chart.png) !important;
  54. }
  55. .bar-trigger-icon {
  56. background-repeat: no-repeat !important;
  57. background-position-y: 2px !important;
  58. background-position-x: 0 !important;
  59. background-image: url(../images/icons/bar-chart.png) !important;
  60. }
  61. .line-trigger-icon {
  62. background-repeat: no-repeat !important;
  63. background-position-y: 2px !important;
  64. background-position-x: 0 !important;
  65. background-image: url(../images/icons/line-chart.png) !important;
  66. }
  67. .chartarea-trigger-icon {
  68. background-repeat: no-repeat !important;
  69. background-position-y: 2px !important;
  70. background-position-x: 0 !important;
  71. background-image: url(../images/icons/chart-area.png) !important;
  72. }
  73. .xaxis-trigger-icon {
  74. background-repeat: no-repeat !important;
  75. background-position-y: 2px !important;
  76. background-position-x: 0 !important;
  77. background-image: url(../images/icons/xaxis.png) !important;
  78. }
  79. .yaxis-trigger-icon {
  80. background-repeat: no-repeat !important;
  81. background-position-y: 2px !important;
  82. background-position-x: 0 !important;
  83. background-image: url(../images/icons/yaxis.png) !important;
  84. }
  85. .x-logo-item {
  86. width:100%;
  87. height:80px;
  88. padding:0 10px;
  89. opacity: .8;
  90. border-bottom: 1px solid #949494;
  91. }
  92. .x-logo-img {
  93. max-width: 100%;
  94. max-height: 60px;
  95. }
  96. .x-logo-img:HOVER {
  97. box-shadow: 0 0 7px 0px;
  98. }
  99. .x-logo-wrap .x-item-selected {
  100. color: blue;
  101. font-weight: bold;
  102. opacity: 1;
  103. }