123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- .space-single:nth-child(7) .button{
- /*background: #344568;*/
- /*color: #fff;*/
- /*float: left !important;*/
- /*position: absolute;*/
- /*left: 20px;*/
- }
- .my2{
- /*background: none;不能删*/
- }
- .chart-page .chart-container{
- border: none;
- }
- .header-group-bars-style{
- display: none !important;
- }
- .header-group-symbol-search{
- display: none !important;
- }
- .header-group-properties{
- float: right;
- }
- .header-group-indicators{
- float: right;
- }
- .header-chart-panel .header-group-fullscreen{
- float: right;
- display: none;
- }
- .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;*/
- padding: 7px 5px;
- border: none;
- background: none;
- /*height: 30px;*/
- /*line-height: 15px;*/
- color: #999;
- }
- .mydate{
- /*margin-left: 20px;*/
- /* background: #344568 !important;
- color: #fff !important; */
- color: #218bde !important;
- border-bottom: 1px solid #218bde !important
- }
- .js-rootresizer__contents{
- background:#10202e;
- }
- .header-chart-panel .group.header-group-properties{
- /* display: block !important; */
- }
- .pane-legend-item-value-wrap .pane-legend-item-value:first-child{
- display: none;
- }
- /* .pane-legend{
- display: none;
- } */
- .button.indicators svg {
- fill: #4e5b85;
- }
- .button.fullscreen svg {
- fill: #4e5b85;
- }
- .button.properties svg {
- fill: #4e5b85;
- }
- @media only screen and (max-width: 410px){
- .header-chart-panel .group.header-group-indicators {
- display: block!important;
- }
- }
- .pane-controls.toppane{
- display: none;
- }
- .pane-legend-line.pane-legend-wrap.study{
- display: none;
- }
- .control-bar-wrapper{
- display: none;
- }
- .pane-controls{
- display: none;
- }
- .tv-search-row.tv-insert-indicator-dialog__search-control{
- display: none;
- }
- .tv-dialog{
- background: #10202e !important;
- color: #5a718e;
- }
- .layout__area--top.header-chart-panel.header-chart-panel--compact{
- background: #131f30
- }
- .pane-legend-line .pane-legend-icon-container{
- display: none ;
- }
- .pane-legend .pane-legend-minbtn.apply-common-tooltip.apply{
- display: none;
- }
- .pane-legend-line>span.pane-legend-line.apply-overflow-tooltip.no-context-menu.main{
- display: none;
- }
- .feature-touch .header-chart-panel .button:active{
- background: none !important;
- }
- .tv-dialog__section {
- border-bottom-color: #2b323b !important;
- }
- .tv-dialog__title {
- color: #5a718e !important;
- }
- .tv-dialog__close svg {
- fill: #f1f3f6 !important;
- }
- .header-chart-panel .button.active{
- background: none !important;
- }
- .tv-insert-indicator-dialog__pages::-webkit-scrollbar-thumb {
- border-color: #fff !important;
- background-color: #fff !important;
- }
- .header-chart-panel-content>.left>.group:nth-child(n+9){
- /* display: none; */
- }
- .header-chart-panel-content>.left>.group:nth-last-child(1){
- display: inline-block;
- }
|