jhzh
2025-04-03 db12897dc68c68d40c557aa59ad78022e2b30ac2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
.js-rootresizer__contents{
    background: #2b2b37;
}
.favored-list-container span{
    background-color: #2b2b37;
    border-color: #646566;
}
.bottom-widgetbar-content.backtesting .button, .header-chart-panel .button, .hotlist-controls .button, .symbol-edit-widget .button{
    background-color: #2b2b37;
    border-color: #646566;
}
.chart-page .chart-container{
    background: #2b2b37;
    border-color: #242530;
}
.tv-close-panel.top{
    width: 30px;
    height: 30px;
    bottom:0;
    left: auto;
    right: 5px;
    border-color: #646566;
    background-color: #2b2b37;
    border-width: 1px;
}
.tv-close-panel.bottom{
    left: auto;
    right: 5px;
    border-color: #646566;
    background-color: #2b2b37;
    border-width: 1px;
}
.properties-tabs a.properties-tabs-label{
    margin-left: 10px;
}
._tv-dialog{
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    display: none;
}
.pane-legend-line > .main{
    display: none !important;
}
.pane-legend-item-value-container{
    border-radius: 3px;
    /* background-color: rgba(0,0,0,.6); */
}
@media only screen and (max-width: 567px){
    .header-chart-panel .group.header-group-bars-style{
        display: inline-block !important;
    }
}
.pane-legend-line.pane-legend-wrap.study>.pane-legend-line ,.pane-legend-line span{
    font-size: 9px !important;
}
 
@media screen and (max-width: 767px){
    .pane-legend-item-value-wrap .pane-legend-item-value-title__main, .pane-legend-item-value-wrap .pane-legend-item-value__main{
        font-size: 8px !important;
    }
}
 
@media only screen and (max-width: 410px){
    .header-chart-panel .group.header-group-indicators{
        display: inline-block !important;
    }
}
.pane-legend .study{
    display: none!important;
}
._tv-dialog._tv-dialog-nonmodal{
    display: none!important;
}
 
 
 
.tv-quoter {
    visibility: hidden;
    position: absolute;
    top: 30px;
    width: 130px;
    pointer-events: none;
    background: #2b2b37;
    color: white;
    padding: 5px;
    z-index: 9999;
    border: 1px solid #807e7e;
    border-radius: 5px;
    font-size: 12px;
}
 
.tv-quoter-item {
    display: grid;
    grid-template-columns: 20% 80%;
    line-height: 17px;
}
 
.tv-quoter-title {
    word-break: keep-all;
}
 
.tv-quoter-value {
    text-align: end;
}
/* .pane-legend-minbtn */