You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

105 lines
2.3 KiB

.js-rootresizer__contents{
background: #f1f3f6;
}
.favored-list-container span{
background-color: #ffffff;
border-color: #dcdee0;
}
.bottom-widgetbar-content.backtesting .button, .header-chart-panel .button, .hotlist-controls .button, .symbol-edit-widget .button{
background-color: #ffffff;
border-color: #dcdee0;
}
.chart-page .chart-container{
background: #ffffff;
border-color: #dcdee0;
}
.tv-close-panel.top{
width: 30px;
height: 30px;
bottom:0;
left: auto;
right: 5px;
border-color: #dcdee0;
background-color: #ffffff;
border-width: 1px;
}
.tv-close-panel.bottom{
left: auto;
right: 5px;
border-color: #dcdee0;
background-color: #ffffff;
border-width: 1px;
}
.properties-tabs a.properties-tabs-label{
margin-left: 10px;
}
._tv-dialog{
max-width: 100%;
max-height: 100%;
overflow: auto;
}
.chart-controls-bar, #footer-chart-panel{
background-color: #fcfcfc !important;
}
.pane-legend-line > .main{
display: none !important;
}
.pane-legend-item-value-container{
border-radius: 3px;
/* background-color: rgba(240, 248, 255, 0.72); */
}
.pane-legend-line.pane-legend-wrap.study>.pane-legend-line ,.pane-legend-line span{
font-size: 9px !important;
}
@media only screen and (max-width: 567px){
.header-chart-panel .group.header-group-bars-style{
display: inline-block !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: white;
padding: 5px;
z-index: 9999;
border: 1px solid lightgray;
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;
}