You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please could you add a new option to the .conf file for changing the background color of the top bar to select a time period? E.G. a new option called color_TopBarBG = "6A00FF"
Here I have styled my top bar purple:
I achieved this by using the option:
HTMLHeadSection="<script type="text/javascript"> /* Recolor the top time period bar */ parent.document.getElementById('topFrame').contentDocument.body.style.backgroundColor = '#6A00FF'; </script>"
The text was updated successfully, but these errors were encountered:
Please could you add a new option to the
.conf
file for changing the background color of the top bar to select a time period? E.G. a new option calledcolor_TopBarBG = "6A00FF"
Here I have styled my top bar purple:
I achieved this by using the option:
The text was updated successfully, but these errors were encountered: