Possible to change the opacity of the location bar

NecroDeath
03 Jul 2018, 16:11

Thanks to an earlier post I can now change the location bar colour, but is it possible to change its opacity too?


NecroDeath
03 Jul 2018, 17:27

Solution from KV in case anyone else wants it

Add this to the User Interface Initialisation script (under the Advanced scripts tab on the game object):

JS.setCss ("#status", "opacity: 0.7")


XanMag
03 Jul 2018, 17:43

Not sure what should go where ‘gameBorder’ is below though.

JS.setCss("#gameBorder", "opacity:0.5;")

EDIT: gameBorder changes everything. It includes the panes, location, and command prompt. status only adjusts the location bar.