new.css 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. .space-single:nth-child(7) .button{
  2. /*background: #344568;*/
  3. /*color: #fff;*/
  4. /*float: left !important;*/
  5. /*position: absolute;*/
  6. /*left: 20px;*/
  7. }
  8. .my2{
  9. /*background: none;不能删*/
  10. }
  11. .chart-page .chart-container{
  12. border: none;
  13. }
  14. .header-group-bars-style{
  15. display: none !important;
  16. }
  17. .header-group-symbol-search{
  18. display: none !important;
  19. }
  20. .header-group-properties{
  21. float: right;
  22. }
  23. .header-group-indicators{
  24. float: right;
  25. }
  26. .header-chart-panel .header-group-fullscreen{
  27. float: right;
  28. display: none;
  29. }
  30. .apply-overflow-tooltip{
  31. /*color: #fff !important;*/
  32. /*font-size: 19px !important;*/
  33. }
  34. /*.header-chart-panel .group:nth-child(2){*/
  35. /*background: red !important;*/
  36. /*}*/
  37. .bottom-widgetbar-content.backtesting .button, .header-chart-panel .button{
  38. /*width: 20px;*/
  39. padding: 7px 5px;
  40. border: none;
  41. background: none;
  42. /*height: 30px;*/
  43. /*line-height: 15px;*/
  44. color: #999;
  45. }
  46. .mydate{
  47. /*margin-left: 20px;*/
  48. /* background: #344568 !important;
  49. color: #fff !important; */
  50. color: #218bde !important;
  51. border-bottom: 1px solid #218bde !important
  52. }
  53. .js-rootresizer__contents{
  54. background:#10202e;
  55. }
  56. .header-chart-panel .group.header-group-properties{
  57. /* display: block !important; */
  58. }
  59. .pane-legend-item-value-wrap .pane-legend-item-value:first-child{
  60. display: none;
  61. }
  62. /* .pane-legend{
  63. display: none;
  64. } */
  65. .button.indicators svg {
  66. fill: #4e5b85;
  67. }
  68. .button.fullscreen svg {
  69. fill: #4e5b85;
  70. }
  71. .button.properties svg {
  72. fill: #4e5b85;
  73. }
  74. @media only screen and (max-width: 410px){
  75. .header-chart-panel .group.header-group-indicators {
  76. display: block!important;
  77. }
  78. }
  79. .pane-controls.toppane{
  80. display: none;
  81. }
  82. .pane-legend-line.pane-legend-wrap.study{
  83. display: none;
  84. }
  85. .control-bar-wrapper{
  86. display: none;
  87. }
  88. .pane-controls{
  89. display: none;
  90. }
  91. .tv-search-row.tv-insert-indicator-dialog__search-control{
  92. display: none;
  93. }
  94. .tv-dialog{
  95. background: #10202e !important;
  96. color: #5a718e;
  97. }
  98. .layout__area--top.header-chart-panel.header-chart-panel--compact{
  99. background: #131f30
  100. }
  101. .pane-legend-line .pane-legend-icon-container{
  102. display: none ;
  103. }
  104. .pane-legend .pane-legend-minbtn.apply-common-tooltip.apply{
  105. display: none;
  106. }
  107. .pane-legend-line>span.pane-legend-line.apply-overflow-tooltip.no-context-menu.main{
  108. display: none;
  109. }
  110. .feature-touch .header-chart-panel .button:active{
  111. background: none !important;
  112. }
  113. .tv-dialog__section {
  114. border-bottom-color: #2b323b !important;
  115. }
  116. .tv-dialog__title {
  117. color: #5a718e !important;
  118. }
  119. .tv-dialog__close svg {
  120. fill: #f1f3f6 !important;
  121. }
  122. .header-chart-panel .button.active{
  123. background: none !important;
  124. }
  125. .tv-insert-indicator-dialog__pages::-webkit-scrollbar-thumb {
  126. border-color: #fff !important;
  127. background-color: #fff !important;
  128. }
  129. .header-chart-panel-content>.left>.group:nth-child(n+9){
  130. /* display: none; */
  131. }
  132. .header-chart-panel-content>.left>.group:nth-last-child(1){
  133. display: inline-block;
  134. }