28 changed files with 156 additions and 86 deletions
File diff suppressed because one or more lines are too long
@ -1,34 +1,36 @@ |
|||||
.header-group-fullscreen{float: right;} |
.header-group-fullscreen{float: right;} |
||||
.header-group-intervals > .intervals-container > .quick span{padding-left: 15px; padding-right: 15px;} |
.header-group-intervals > .intervals-container > .quick span{padding-left: 15px; padding-right: 15px;} |
||||
.chart-page .header-chart-panel .my-group{float: left;} |
.chart-page .header-chart-panel .my-group{float: left;} |
||||
.separator-3cgsM4c1-{background-color: #2c303b;} |
.separator-3cgsM4c1-{background-color: #dbdbdb;} |
||||
.chart-page .header-chart-panel .my-group.active .mydate, |
.chart-page .header-chart-panel .my-group.active .mydate, |
||||
.feature-no-touch .chart-controls-bar-buttons a:not(.disabled):hover{background:linear-gradient(135deg,rgba(188,106,188,1) 0%,rgba(104,86,166,1) 100%);} |
.feature-no-touch .chart-controls-bar-buttons a:not(.disabled):hover{background:linear-gradient(135deg,rgba(188,106,188,1) 0%,rgba(104,86,166,1) 100%);} |
||||
.header-chart-panel .button, |
.header-chart-panel .button, |
||||
.feature-no-touch .header-chart-panel .button:active, |
.feature-no-touch .header-chart-panel .button:active, |
||||
/* .favored-list-container span{background-color: #222e3d; color: #758696; border-color: #222e3d;border-radius:3px;} */ |
/* .favored-list-container span{background-color: #222e3d; color: #758696; border-color: #222e3d;border-radius:3px;} */ |
||||
.favored-list-container span{background-color: #171A1E; color: #758696; border-color: #222e3d;border-radius:3px;} |
.favored-list-container span{background-color: #fff; color: #758696; border-color: #dbdbdb;border-radius:3px;} |
||||
|
|
||||
.chart-controls-bar-buttons a:before{border-color: #2c303b;} |
.chart-controls-bar-buttons a:before{border-color: #2c303b;} |
||||
.button.indicators svg, |
.button.indicators svg, |
||||
.button.fullscreen svg, |
.button.fullscreen svg, |
||||
.button.properties svg{fill: #4e5b85;} |
.button.properties svg{fill: #4e5b85;} |
||||
.feature-no-touch .header-chart-panel .button:hover, |
.feature-no-touch .header-chart-panel .button:hover, |
||||
.favored-list-container span.selected{background: #2c3b59; color: #58c3e5;} |
/* .favored-list-container span.selected{background: #2c3b59; color: #58c3e5;} */ |
||||
.feature-no-touch .favored-list-container span:hover{background: #2c3b59; color: #58c3e5;} |
.favored-list-container span.selected{background: #ffffde; color: #F7D558!important;} |
||||
|
/* .feature-no-touch .favored-list-container span:hover{background: #2c3b59; color: #58c3e5;} */ |
||||
|
.feature-no-touch .favored-list-container span:hover{background: #ffffde; color: #F7D558;} |
||||
/* .favored-list-container span.disabled{background: #171820; color: #4e5b85!important;} */ |
/* .favored-list-container span.disabled{background: #171820; color: #4e5b85!important;} */ |
||||
.favored-list-container span.disabled{background: #171A1E; color: #4e5b85!important;} |
.favored-list-container span.disabled{background: #fff; color: #4e5b85!important;} |
||||
|
|
||||
.chart-page .chart-container{border-color: #2c303b;} |
.chart-page .chart-container{border-color: #a6a6a3;} |
||||
|
|
||||
.charting-mask{display: block; position: absolute; top: 38px; width: 100%; left: 0; bottom: 0;} |
.charting-mask{display: block; position: absolute; top: 38px; width: 100%; left: 0; bottom: 0;} |
||||
|
|
||||
/* .chart-page .layout__area--left [class^="drawingToolbar-"]{background: #222e3d!important;} */ |
/* .chart-page .layout__area--left [class^="drawingToolbar-"]{background: #222e3d!important;} */ |
||||
.chart-page .layout__area--left [class^="drawingToolbar-"]{background: #171A1E!important;} |
.chart-page .layout__area--left [class^="drawingToolbar-"]{background: #fff!important;} |
||||
.bottom-widgetbar-content.backtesting .button, .header-chart-panel .button, .hotlist-controls .button, .symbol-edit-widget .button{ |
.bottom-widgetbar-content.backtesting .button, .header-chart-panel .button, .hotlist-controls .button, .symbol-edit-widget .button{ |
||||
padding:4px 4px; |
padding:4px 4px; |
||||
} |
} |
||||
.tv-close-panel{ |
.tv-close-panel{ |
||||
background-color:#007bff; |
background-color:#007bff; |
||||
border: none; |
border: none; |
||||
} |
} |
||||
|
|||||
Loading…
Reference in new issue