gui optimization fixes
This commit is contained in:
@ -63,7 +63,6 @@
|
||||
<link rel="stylesheet" data-name="vs/editor/editor.main" href="https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.43.0/min/vs/editor/editor.main.min.css">
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.43.0/min/vs/loader.min.js"></script>
|
||||
|
||||
|
||||
<!-- <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.41.0/min/vs/editor/editor.main.js"></script> -->
|
||||
<!-- <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.41.0/min/vs/loader.min.js"></script> -->
|
||||
</head>
|
||||
|
||||
@ -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
|
||||
|
||||
@ -421,7 +421,8 @@ pre {
|
||||
|
||||
.switcher-active-item,
|
||||
.switcher-active-item:hover {
|
||||
background-color: #e1eff9;
|
||||
/* background-color: #e1eff9; */
|
||||
background-color: #e1eff94d;;
|
||||
}
|
||||
|
||||
.material-symbols-outlined {
|
||||
|
||||
Reference in New Issue
Block a user