diff --git a/client/app/components/coordinator/coordinator.html b/client/app/components/coordinator/coordinator.html index edb774c..1b6aa48 100644 --- a/client/app/components/coordinator/coordinator.html +++ b/client/app/components/coordinator/coordinator.html @@ -155,8 +155,7 @@
EEF Configuration - - +
@@ -180,7 +179,7 @@
Operation Mode - +
@@ -256,7 +255,7 @@
Teaching Mode Operations - +
@@ -282,7 +281,7 @@
Play Mode Operations - +
@@ -468,7 +467,7 @@
EEF Configuration - +
@@ -491,7 +490,7 @@
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