diff --git a/v2realbot/static/index.html b/v2realbot/static/index.html index 7a3b915..74bda48 100644 --- a/v2realbot/static/index.html +++ b/v2realbot/static/index.html @@ -63,7 +63,6 @@ - diff --git a/v2realbot/static/js/archivechart.js b/v2realbot/static/js/archivechart.js index 0662075..e74aca3 100644 --- a/v2realbot/static/js/archivechart.js +++ b/v2realbot/static/js/archivechart.js @@ -382,8 +382,8 @@ function chart_archived_run(archRecord, data, oneMinuteBars) { if (interval == native_resolution) { //indicators are in native resolution only - display_indicators(data, true); - var indbuttonElement = populate_indicator_buttons(true); + display_indicators(data, false); + var indbuttonElement = populate_indicator_buttons(false); } else { //na nepuvodnim grafu zobrazit jako offset a zobrazit jako neviditelne diff --git a/v2realbot/static/main.css b/v2realbot/static/main.css index b64a94e..5d6eccf 100644 --- a/v2realbot/static/main.css +++ b/v2realbot/static/main.css @@ -421,7 +421,8 @@ pre { .switcher-active-item, .switcher-active-item:hover { - background-color: #e1eff9; + /* background-color: #e1eff9; */ + background-color: #e1eff94d;; } .material-symbols-outlined {