luyisha 3 years ago
parent
commit
dc02cf62b4
  1. 6
      src/App.vue
  2. 2
      src/assets/js/tvStyle.js
  3. 12
      src/assets/scss/base/_common.scss
  4. 3
      src/assets/scss/base/_init.scss
  5. 2
      src/assets/scss/module/_contact-us.scss
  6. 18
      src/assets/scss/module/_contract.scss
  7. 8
      src/assets/scss/module/_exchange.scss
  8. 5
      src/assets/scss/module/_home.css
  9. 9
      src/assets/scss/module/_home.scss
  10. 2
      src/assets/scss/module/_market-book.scss
  11. 2
      src/assets/scss/module/_market-history.scss
  12. 2
      src/assets/scss/module/_market-pairs.scss
  13. 3
      src/assets/scss/module/_market-trade.scss
  14. 23
      src/components/CommonFooter.vue
  15. 9
      src/components/CommonHeader.vue
  16. 8
      src/views/contactUs/index.vue
  17. 2
      src/views/contract/account.vue
  18. 10
      src/views/contract/exchange-store.vue
  19. 6
      src/views/contract/handicap.vue
  20. 24
      src/views/contract/page-bottom.vue
  21. 23
      src/views/exchange/book-trades.vue
  22. 2
      src/views/exchange/index.vue
  23. 13
      src/views/exchange/make-deal.vue
  24. 11
      src/views/exchange/symbols.vue
  25. 5
      src/views/option/kline.vue
  26. 2
      static/Kline/charting_library/static/bundles/library.a8de6f8cf4dda6895071c6ec45f900d9.css
  27. 16
      static/Kline/charting_library/static/css/tradingview_black.css

6
src/App.vue

@ -32,7 +32,8 @@ export default {
// //
let paths = ["option", "exchange","contract"]; let paths = ["option", "exchange","contract"];
if (paths.includes(current)) { if (paths.includes(current)) {
return this.theme + "-app"; // return this.theme + "-app";
return "";
} else { } else {
return ""; return "";
} }
@ -97,4 +98,7 @@ export default {
} }
} }
} }
body{
background-color: #fff!important;
}
</style> </style>

2
src/assets/js/tvStyle.js

@ -8,7 +8,7 @@ let light={
let dark = { let dark = {
// "paneProperties.background": "#222e3d", // "paneProperties.background": "#222e3d",
"paneProperties.background": "#171A1E", "paneProperties.background": "#FAFAFA",
"paneProperties.vertGridProperties.color": "#646566", "paneProperties.vertGridProperties.color": "#646566",
"paneProperties.horzGridProperties.color": "#646566", "paneProperties.horzGridProperties.color": "#646566",
"scalesProperties.backgroundColor": "#222e3d", "scalesProperties.backgroundColor": "#222e3d",

12
src/assets/scss/base/_common.scss

@ -358,13 +358,13 @@ $basew: 24;
.el-range-editor.is-active, .el-range-editor.is-active,
.el-input.el-date-editor .el-input__inner:focus, .el-input.el-date-editor .el-input__inner:focus,
.el-input.is-focus .el-input__inner { .el-input.is-focus .el-input__inner {
background-color: black; background-color: #FAFAFA;
color: #F2F2F2; color: #999;
border-color: #4e4e5d; border: none;
&:focus { &:focus {
background-color: black; background-color: #F5F5F5;
color: #F2F2F2; color: #666;
} }
&::-webkit-input-placeholder { &::-webkit-input-placeholder {
@ -386,7 +386,7 @@ $basew: 24;
.form-control:disabled, .form-control:disabled,
.form-control[readonly] { .form-control[readonly] {
background-color: #000000; background-color: #fafafa;
color: #999; color: #999;
} }

3
src/assets/scss/base/_init.scss

@ -40,7 +40,8 @@ tbody tr {
} }
tbody tr:hover { tbody tr:hover {
background: #141e2c; // background: #141e2c;
background: #ffffde;
} }
::-webkit-scrollbar { ::-webkit-scrollbar {

2
src/assets/scss/module/_contact-us.scss

@ -3,7 +3,7 @@
.light-purple{ .light-purple{
} }
.form-content{ .form-content{
background:#000 url('~@/assets/img/concat_us.png'); background:#fff url('~@/assets/img/concat_us.png');
background-size: cover; background-size: cover;
max-width: 700px; max-width: 700px;
} }

18
src/assets/scss/module/_contract.scss

@ -1,16 +1,20 @@
.contract-page { .contract-page {
background: #212121; background: #fff;
.bg-plain { .bg-plain {
// background: $cls-white; // background: $cls-white;
background: #171A1E; background: #fff;
} }
.page-top { .page-top {
padding-top: 1px; padding-top: 1px;
background-color: #f5f5f5;
border-bottom: 1px solid #ebebeb;
.kline-box { .kline-box {
background: $cls-white; // background: $cls-white;
background: #fff;
// border: 1px solid #ebebeb;
.coin-change { .coin-change {
height: 50px; height: 50px;
@ -20,7 +24,8 @@
} }
.el-button { .el-button {
color: $clr; // color: $clr;
color: #666;
} }
} }
} }
@ -121,11 +126,10 @@
.dark-app { .dark-app {
$header: #2b2839; $header: #2b2839;
// $page-bg: #141e2c; // $page-bg: #141e2c;
$page-bg: #171A1E; $page-bg: #fff;
// $head: #1e2834; // $head: #1e2834;
$head: #171A1E; $head: #fff;
$panel: #222e3d; $panel: #222e3d;
// $panel: #171A1E;
$panel-1: #455c71; $panel-1: #455c71;
$border: #2a2e39; $border: #2a2e39;
//$color: #c0c4cc; //$color: #c0c4cc;

8
src/assets/scss/module/_exchange.scss

@ -1,11 +1,10 @@
.dark-app { .dark-app {
$header: #2b2839; $header: #2b2839;
// $page-bg: #141e2c; // $page-bg: #141e2c;
$page-bg: #171A1E; $page-bg: #fff;
// $head: #1e2834; // $head: #1e2834;
$head: #171A1E; $head: #fff;
$panel:#222e3d; $panel:#222e3d;
// $panel:#171A1E;
$panel-1: #455c71; $panel-1: #455c71;
$border: #2a2e39; $border: #2a2e39;
// $color: #c0c4cc; // $color: #c0c4cc;
@ -13,7 +12,8 @@
background: $page-bg; background: $page-bg;
.market-pairs,.order-book,.market-history,.market-news,.market-order{ .market-pairs,.order-book,.market-history,.market-news,.market-order{
border-color: $border; // border-color: $border;
// border-color: #ebebeb;
} }
.exchange-history .nav,.market-history .nav{ .exchange-history .nav,.market-history .nav{
background: $head; background: $head;

5
src/assets/scss/module/_home.css

@ -3789,11 +3789,6 @@ sub.transmoney-value {
color: #1652f0; color: #1652f0;
} }
.footer-bottom {
padding: 15px 0;
border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.trade-volume-block { .trade-volume-block {
-webkit-box-ordinal-group: 3; -webkit-box-ordinal-group: 3;
-ms-flex-order: 2; -ms-flex-order: 2;

9
src/assets/scss/module/_home.scss

@ -3726,8 +3726,8 @@ sub.transmoney-value {
|---------------------------------------------------------------------------- |----------------------------------------------------------------------------
*/ */
.footer { .footer {
background: black; background: #f5f5f5;
border-top: 1px solid #c7c7c7; border-top: 1px solid #ddd;
} }
.footer-upper-section { .footer-upper-section {
@ -3810,11 +3810,6 @@ sub.transmoney-value {
color: #1652f0; color: #1652f0;
} }
.footer-bottom {
padding: 15px 0;
border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.trade-volume-block { .trade-volume-block {
-webkit-box-ordinal-group: 3; -webkit-box-ordinal-group: 3;
-ms-flex-order: 2; -ms-flex-order: 2;

2
src/assets/scss/module/_market-book.scss

@ -22,7 +22,7 @@
border: none; border: none;
} }
.order-book { .order-book {
border: 1px solid #FFFFFF; border: 1px solid #ebebeb;
border-radius: 2px; border-radius: 2px;
} }
.red-bg-80, .red-bg-80,

2
src/assets/scss/module/_market-history.scss

@ -35,6 +35,6 @@
width: 100%; width: 100%;
} }
.market-history { .market-history {
border: 1px solid #FFFFFF; border: 1px solid #ebebeb;
border-radius: 2px; border-radius: 2px;
} }

2
src/assets/scss/module/_market-pairs.scss

@ -1,5 +1,5 @@
.market-pairs { .market-pairs {
border: 1px solid #FFFFFF; border: 1px solid #ebebeb;
padding-top: 14px; padding-top: 14px;
border-radius: 2px; border-radius: 2px;
} }

3
src/assets/scss/module/_market-trade.scss

@ -24,7 +24,8 @@
} }
.market-trade .nav .nav-item .nav-link.active { .market-trade .nav .nav-item .nav-link.active {
background: #fff; // background: #fff;
background: none;
color: #007bff; color: #007bff;
} }

23
src/components/CommonFooter.vue

@ -24,7 +24,7 @@
style=" style="
font-size: 20px; font-size: 20px;
color: white; color: #333;
font-weight: 700; font-weight: 700;
" "
> >
@ -63,7 +63,7 @@
style=" style="
font-size: 20px; font-size: 20px;
color: white; color: #333;
font-weight: 700; font-weight: 700;
" "
> >
@ -96,14 +96,14 @@
<div class="item"> <div class="item">
<p <p
class="item_p" class="item_p"
style="text-align: left; font-size: 20px; color: white" style="text-align: left; font-size: 20px; color: #333"
> >
{{ $t("common.contactUs") }} {{ $t("common.contactUs") }}
</p> </p>
<p class="foot_p" style="font-size: 14px"> <p class="foot_p" style="font-size: 14px">
{{ $t("common.email") }}: {{ $t("common.email") }}:
</p> </p>
<p class="foot_p" style="font-size: 14px; color: white"> <p class="foot_p" style="font-size: 14px; color: #666">
{{ email }} {{ email }}
</p> </p>
</div> </div>
@ -336,7 +336,7 @@ export default {
// margin-left: 233px; // margin-left: 233px;
justify-content: center; justify-content: center;
padding: 0 400px; padding: 0 400px;
background-color: #000; background-color: #f5f5f5;
.footer-upper-section-left { .footer-upper-section-left {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
@ -392,12 +392,13 @@ export default {
.footer-bottom { .footer-bottom {
width: 100%; width: 100%;
height: 57px; height: 57px;
background-color: rgba(0, 0, 0, 1); background-color: #F5F5F5;
text-align: center; text-align: center;
border: 1px solid #0C0C0C; border: 1px solid #ddd;
.container { .container {
width: 100%; width: 100%;
height: 57px; height: 55px;
line-height: 55px;
margin: 0 auto; margin: 0 auto;
} }
} }
@ -408,16 +409,16 @@ export default {
.foot_p { .foot_p {
color: #797979; color: #bbb;
font-size: 14px; font-size: 14px;
margin: 0; margin: 0;
a:hover { a:hover {
color: #797979; color: #bbb;
} }
a:visited { a:visited {
color: #797979; color: #bbb;
} }
} }

9
src/components/CommonHeader.vue

@ -608,9 +608,10 @@ color: #000 !important;
} }
.btn-outline-light { .btn-outline-light {
color: #fff !important; color: #000 !important;
background-color: $underpainting; // background-color: $underpainting;
background-color: #fff;
&:hover { &:hover {
color: #000 !important; color: #000 !important;
@ -631,8 +632,8 @@ color: #000 !important;
.nav-bar .router-link-active { .nav-bar .router-link-active {
// color: #c99445; // color: #c99445;
// color: black; // color: black;
// color: #fff; color: #F7D558;
border-bottom: 2px solid black; border-bottom: 2px solid #F7D558;
// background-color:rgba(53, 83, 210, 0.2) ; // background-color:rgba(53, 83, 210, 0.2) ;
} }

8
src/views/contactUs/index.vue

@ -1,14 +1,14 @@
<template> <template>
<div class="contact-us-page"> <div class="contact-us-page" style="background-color: #fff;padding-bottom: 2rem;">
<div class="text-center mt-5 pt-5"> <div class="text-center pt-5" style="color: #333;">
<h2 class="">{{$t('contact.contact')}}</h2> <h2>{{$t('contact.contact')}}</h2>
<div class="h6 mt-3">{{$t('contact.help')}}</div> <div class="h6 mt-3">{{$t('contact.help')}}</div>
</div> </div>
<div class="body"> <div class="body">
<div class="container form-content rounded-sm mt-5 shadow py-4"> <div class="container form-content rounded-sm mt-5 shadow py-4">
<div class="row"> <div class="row" style="color: #999;">
<!-- <div class="col-8 border-right"> <!-- <div class="col-8 border-right">
<form class="cont-body"> <form class="cont-body">
<div class="form-group"> <div class="form-group">

2
src/views/contract/account.vue

@ -11,7 +11,7 @@
</router-link> </router-link>
</div> </div>
</div> </div>
<div class=""> <div class="" style="color: #999;">
<div class="d-flex p-3 justify-content-between"> <div class="d-flex p-3 justify-content-between">
<div>{{$t('contract.a2')}}USDT</div> <div>{{$t('contract.a2')}}USDT</div>
<div>{{ accountInfo.account_equity || "--" }}</div> <div>{{ accountInfo.account_equity || "--" }}</div>

10
src/views/contract/exchange-store.vue

@ -20,7 +20,7 @@
> >
<div <div
class="rounded border p-1 bg-black pointer" class="rounded border p-1 bg-black pointer"
slot="reference" slot="reference" style="color: #999;"
@click="visible = !visible" @click="visible = !visible"
> >
{{ $t("contract.b0") }} {{ $t("contract.b0") }}
@ -53,7 +53,7 @@
<span class="input-group-text">USDT</span> <span class="input-group-text">USDT</span>
</div> </div>
</div> </div>
<div class="d-flex align-items-center" style="margin: 0.5rem 0;"> <div class="d-flex align-items-center" style="margin: 0.5rem 0;color: #666;">
<div class="nav nav-pills"> <div class="nav nav-pills">
<div class="nav-item"> <div class="nav-item">
<a style="display:block;padding:5px 0px;margin:0 15px 0 0;" :class="{ active: form.type == 1 }" @click="form.type = 1"> <a style="display:block;padding:5px 0px;margin:0 15px 0 0;" :class="{ active: form.type == 1 }" @click="form.type = 1">
@ -67,7 +67,7 @@
</div> </div>
</div> </div>
</div> </div>
<div class="d-flex"> <div class="d-flex" style="color: #666;">
<div style="margin-right: 10px;">{{ $t("contract.a3") }}</div> <div style="margin-right: 10px;">{{ $t("contract.a3") }}</div>
<div> <div>
{{ accountInfo.usable_balance }} USDT {{ accountInfo.usable_balance }} USDT
@ -137,7 +137,7 @@
</div> </div>
<!-- 开仓 --> <!-- 开仓 -->
<div v-if="tab == 1" class="kaicang"> <div v-if="tab == 1" class="kaicang">
<div class="d-flex justify-content-between mb-3"> <div class="d-flex justify-content-between mb-3" style="color: #999;">
<div>{{ $t("contract.e1") }}</div> <div>{{ $t("contract.e1") }}</div>
<!-- {{$t("contract.e2")}} --> <!-- {{$t("contract.e2")}} -->
<div>{{ amount }} </div> <div>{{ amount }} </div>
@ -164,7 +164,7 @@
<div>{{ shortPosition }} {{ $t("contract.e2") }}</div> <div>{{ shortPosition }} {{ $t("contract.e2") }}</div>
</div> </div>
</div> </div>
<div class="exchange_button" v-if="tab == 1"> <div class="exchange_button" v-if="tab == 1" style="color: #999;">
<div class="px-1 flex-fill mb-4"> <div class="px-1 flex-fill mb-4">
<button <button
@click="ifOpenPosition(1)" @click="ifOpenPosition(1)"

6
src/views/contract/handicap.vue

@ -44,7 +44,7 @@
<!-- ({{ $t("contract.e2") }}) --> <!-- ({{ $t("contract.e2") }}) -->
</div> </div>
</div> </div>
<div class="sell"> <div class="sell" style="color: #666;">
<template v-for="(item, idx) in sellListShow"> <template v-for="(item, idx) in sellListShow">
<div <div
class="item pointer" class="item pointer"
@ -76,7 +76,7 @@
<!-- <button class="btn btn-sm btn-outline-primary fn-12">更多</button> --> <!-- <button class="btn btn-sm btn-outline-primary fn-12">更多</button> -->
</div> </div>
</div> </div>
<div class="buy"> <div class="buy" style="color: #666;">
<template v-for="(item, idx) in buyListShow"> <template v-for="(item, idx) in buyListShow">
<div <div
class="item pointer" class="item pointer"
@ -97,7 +97,7 @@
</div> </div>
</div> </div>
<!-- 实时成交 --> <!-- 实时成交 -->
<div class="real-time p-3" v-if="tab == 2 || 1" style="height: 235px;overflow: hidden;"> <div class="real-time p-3" v-if="tab == 2 || 1" style="height: 235px;overflow: hidden;color: #666;">
<div class="nav-item">{{ $t("contract.f8") }}</div> <div class="nav-item">{{ $t("contract.f8") }}</div>
<div class="d-flex text-secondary fn-12"> <div class="d-flex text-secondary fn-12">
<div class="w-10/24"> <div class="w-10/24">

24
src/views/contract/page-bottom.vue

@ -100,9 +100,31 @@ export default {
} }
}; };
</script> </script>
<style scoped> <style scoped lang="scss">
.bg-plain{ .bg-plain{
width: 367px !important; width: 367px !important;
font-size: 16px; font-size: 16px;
} }
.markets-pair-list {
.nav-link.active{
color: #C7A048;
}
.nav-link:hover{
color: #C7A048;
}
}
/deep/ .table{
color: #666;
}
/deep/ thead th{
color: #999;
}
/deep/ .btn-danger{
background-color: #C7A048;
background-image: none;
}
/deep/ .btn-primary{
background-color: #F7D558;
background-image: none;
}
</style> </style>

23
src/views/exchange/book-trades.vue

@ -106,8 +106,8 @@
<tr v-for="(item, index) in tradeList" :key="index"> <tr v-for="(item, index) in tradeList" :key="index">
<td style="display:block;width:100%"> <td style="display:block;width:100%">
<div class="w-33" :style="{color : item.color}">{{ item.price }}</div> <div class="w-33" :style="{color : item.color}">{{ item.price }}</div>
<div class="w-33 text-right">{{ item.amount }}</div> <div class="w-33 text-right" style="color: #666;">{{ item.amount }}</div>
<div class="w-33 text-right">{{ item.time }}</div> <div class="w-33 text-right" style="color: #666;">{{ item.time }}</div>
</td> </td>
</tr> </tr>
@ -381,4 +381,23 @@ export default {
border: 1px solid #333; border: 1px solid #333;
box-shadow: 0 0 5px #555; box-shadow: 0 0 5px #555;
} }
/deep/ thead th{
color: #999;
}
.table td, .table th{
border-top: 1px solid #e0e0e0;
}
.order-item{
color: #666;
background-color: #f5f5f5!important;
}
.order-item tr{
background-color: #f5f5f5!important;
}
.order-item tr td{
background-color: #f5f5f5!important;
}
.ob-heading{
border: 1px solid #e0e0e0;
}
</style> </style>

2
src/views/exchange/index.vue

@ -7,7 +7,7 @@
<!-- </el-carousel-item>--> <!-- </el-carousel-item>-->
<!-- </el-carousel>--> <!-- </el-carousel>-->
<!-- </div>--> <!-- </div>-->
<div class="container-fluid mtb15 no-fluid"> <div class="container-fluid no-fluid" style="background-color: #f5f5f5;padding: 15px 0px;">
<div class="row sm-gutters"> <div class="row sm-gutters">
<!-- symbols --> <!-- symbols -->

13
src/views/exchange/make-deal.vue

@ -748,4 +748,17 @@ export default {
padding: 0!important; padding: 0!important;
background: transparent!important; background: transparent!important;
} }
.market-trade .input-group-text{
background-color: #f5f5f5;
}
.sellPercentActive a:link, .market-trade-sell .market-trade-list li a:hover{
background-color: #F7D558;
color: #fff!important;
}
/deep/ .chart-controls-bar{
background-color: #fff!important;
}
/deep/ #footer-chart-panel{
background-color: #fff!important;
}
</style> </style>

11
src/views/exchange/symbols.vue

@ -245,7 +245,16 @@ export default {
vertical-align: top !important; vertical-align: top !important;
width: 32% !important; width: 32% !important;
} }
.active{ .active, a:hover{
color: #f0a70a!important; color: #f0a70a!important;
} }
thead th{
color: #999!important;
}
tbody tr{
color: #666;
}
.table td, .table th {
border-top: 1px solid #e0e0e0;
}
</style> </style>

5
src/views/option/kline.vue

@ -333,7 +333,7 @@ methods: {
datafeed: Tdata, datafeed: Tdata,
locale: _this.lang, locale: _this.lang,
// toolbar_bg: _this.theme == "black" ? "#f1f3f6" : "#222e3d", // toolbar_bg: _this.theme == "black" ? "#f1f3f6" : "#222e3d",
toolbar_bg: _this.theme == "black" ? "#f1f3f6" : "#171A1E", toolbar_bg: _this.theme == "black" ? "#f1f3f6" : "#fff",
enable_publishing: false, enable_publishing: false,
withdateranges: true, withdateranges: true,
hide_side_toolbar: false, hide_side_toolbar: false,
@ -496,3 +496,6 @@ methods: {
}, },
}; };
</script> </script>
<style scoped lang="scss">
</style>

2
static/Kline/charting_library/static/bundles/library.a8de6f8cf4dda6895071c6ec45f900d9.css

File diff suppressed because one or more lines are too long

16
static/Kline/charting_library/static/css/tradingview_black.css

@ -1,30 +1,32 @@
.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;
} }

Loading…
Cancel
Save