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.
92 lines
1.8 KiB
92 lines
1.8 KiB
/*.chart-loading-screen {*/
|
|
/*background: #1c2030;*/
|
|
/*}*/
|
|
.loading-indicator{
|
|
background: #fff;
|
|
}
|
|
|
|
|
|
.my2{
|
|
/*background: none;不能删*/
|
|
}
|
|
.group-wWM3zP_M-{
|
|
background-color: #1c2030 !important;
|
|
}
|
|
.chart-page{
|
|
background: #ffffff !important;
|
|
}
|
|
.chart-page .chart-container{
|
|
border: none;
|
|
background:transparent !important;
|
|
}
|
|
.header-group-bars-style{
|
|
display: none !important;
|
|
}
|
|
.header-group-symbol-search{
|
|
display: none !important;
|
|
}
|
|
.header-group-properties{
|
|
float: right;
|
|
}
|
|
.header-group-indicators{
|
|
float: right;
|
|
margin-top:9px !important;
|
|
}
|
|
.header-group-fullscreen{
|
|
float: right;
|
|
}
|
|
.chart-widget{
|
|
/*border: 1px solid #1c2030;*/
|
|
}
|
|
.chart-page .chart-container{
|
|
/*border: 1px solid black;*/
|
|
border: 1px solid #f7e4e6;
|
|
}
|
|
|
|
.chart-page ._tv-dialog .main-properties.main-properties-aftertabs {
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.chart-page ._tv-dialog .main-properties {
|
|
box-sizing: border-box;
|
|
padding: 10px 20px 0;
|
|
}
|
|
.main-properties-aftertabs{
|
|
margin-top: -20px !important;
|
|
}
|
|
|
|
.apply-overflow-tooltip{
|
|
/*color: #fff !important;*/
|
|
/*font-size: 19px !important;*/
|
|
}
|
|
|
|
/*.header-chart-panel .group:nth-child(2){*/
|
|
/*background: red !important;*/
|
|
/*}*/
|
|
.bottom-widgetbar-content.backtesting .button, .header-chart-panel .button{
|
|
/*width: 20px;*/
|
|
height: 30px;
|
|
line-height: 30px;
|
|
font-size: 14px;
|
|
border: none;
|
|
background: none;
|
|
padding: 0 12px;
|
|
/*color: #fff;*/
|
|
}
|
|
.bottom-widgetbar-content.backtesting .button:before, .header-chart-panel .button:before {
|
|
box-sizing: border-box;
|
|
border: 0!important;
|
|
background: none;
|
|
border-bottom: #2a98ff 2px solid!important;
|
|
}
|
|
.mydate{
|
|
/*margin-left: 20px;*/
|
|
/*background: #3B3B3B !important;*/
|
|
color: #2a98ff !important;
|
|
}
|
|
.header-chart-panel-content .left{
|
|
white-space: nowrap;
|
|
overflow-x: scroll;
|
|
}
|
|
|
|
.header-chart-panel-content .left::-webkit-scrollbar{display:none}
|