Operation Mode
-
+
diff --git a/client/app/components/coordinator/js/update_guis.js b/client/app/components/coordinator/js/update_guis.js
index 76035fb..5c1cb17 100644
--- a/client/app/components/coordinator/js/update_guis.js
+++ b/client/app/components/coordinator/js/update_guis.js
@@ -47,6 +47,9 @@ setTimeout(function(){
setTimeout(function(){
document.querySelector('.hand-panel-right .status-bar').style.height = document.querySelector('.hand-panel-left .status-bar').offsetHeight + 20 + "px";
+ $(function () {
+ $('[data-toggle="popover"]').popover()
+ })
}, 100);
diff --git a/client/app/main.css b/client/app/main.css
index d7e6983..1100f02 100644
--- a/client/app/main.css
+++ b/client/app/main.css
@@ -365,8 +365,12 @@ html, body {
width: 100%;
height: 200px;
font-size: 32px;
+ color: white !important;
+ }
+
+ .popover {
+ color: black;
}
-
\ No newline at end of file