advanced.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. .taskTip
  2. {
  3. font-size:11px;
  4. }
  5. .sch-column-header:hover
  6. {
  7. background-color: #AACCF6;
  8. background-image: -moz-linear-gradient(center top , #EBF3FD, #EBF3FD 39%, #D9E8FB 40%, #D9E8FB);
  9. border-left-color: #AACCF6;
  10. border-right-color: #AACCF6;
  11. cursor:pointer;
  12. }
  13. .taskTip td
  14. {
  15. width:70px;
  16. }
  17. @-webkit-keyframes glow {
  18. 0% {
  19. -webkit-box-shadow: 0 0 8px rgba(255, 0, 0, 1);
  20. }
  21. 100% {
  22. -webkit-box-shadow: 0;
  23. }
  24. }
  25. .sch-gantt-critical-chain .x-grid-row-selected .sch-gantt-item,
  26. .sch-dependency-selected
  27. {
  28. -webkit-animation-name: glow;
  29. -webkit-animation-iteration-count : infinite;
  30. -webkit-animation-duration: 0.8s;
  31. -webkit-animation-direction: alternate;
  32. -webkit-animation-timing-function: ease-in-out;
  33. -moz-box-shadow: 0 0 8px rgba(255, 0, 0, 1);
  34. }
  35. .togglebutton
  36. {
  37. background: url(images/checkbox.gif) no-repeat 0 0 !important;
  38. }
  39. .x-btn-pressed .togglebutton
  40. {
  41. background-position:0 -16px !important;
  42. }
  43. .action
  44. {
  45. background: url(images/play.png) no-repeat 0 0 !important;
  46. }
  47. .sch-ganttpanel .x-table-layout-cell
  48. {
  49. text-align:left;
  50. }
  51. .zoomfit
  52. {
  53. background:url(images/zoom-fit.png) no-repeat left center !important;
  54. }
  55. .icon-fullscreen
  56. {
  57. background:url(images/monitor.png) no-repeat left center !important;
  58. }
  59. .icon-collapseall
  60. {
  61. background:url(images/up.png) no-repeat left center !important;
  62. }
  63. .icon-expandall
  64. {
  65. background:url(images/down.png) no-repeat left center !important;
  66. }
  67. .icon-save
  68. {
  69. background:url(images/disk.png) no-repeat left center !important;
  70. }
  71. .LowPrio
  72. {
  73. border-color:#555;
  74. background-color:#bbb;
  75. }
  76. .LowPrio .sch-gantt-progress-bar
  77. {
  78. background-color:#ddd;
  79. }
  80. .percent
  81. {
  82. margin:0 auto;
  83. width:18px;
  84. border:1px solid #3172D7;
  85. background:Aqua;
  86. border-radius:2px;
  87. height:9px;
  88. overflow:hidden;
  89. text-align:left;
  90. }
  91. .percent div
  92. {
  93. background:blue;
  94. height:3px;
  95. margin-top:2px;
  96. overflow:hidden;
  97. }
  98. .percent25 div
  99. {
  100. width:25%;
  101. }
  102. .percent50 div
  103. {
  104. width:50%;
  105. }
  106. .percent75 div
  107. {
  108. width:75%;
  109. }
  110. /* Ext layout bug correction */
  111. .sch-ganttpanel .x-region-collapsed-right-placeholder
  112. {
  113. border-top:0 none;
  114. border-bottom:0 none;
  115. padding-top:4px;
  116. }
  117. .sch-ganttpanel .x-grid-cell
  118. {
  119. background:transparent;
  120. }
  121. .sch-ganttpanel .x-grid-inner-locked .x-grid-row:nth-child(odd)
  122. {
  123. background: url("images/altrow.png") repeat-x scroll 0 0 transparent;
  124. }
  125. .sch-column-color .x-grid-cell-inner
  126. {
  127. padding: 0;
  128. }
  129. .color-column-inner
  130. {
  131. border-radius: 10px;
  132. height: 20px;
  133. margin-left: 15px;
  134. width: 20px;
  135. border: 1px solid #D0D0D0;
  136. }
  137. .gnt-locked-colormenu .x-menu-item-link
  138. {
  139. padding-top: 3px;
  140. padding-left: 3px;
  141. }