diff --git a/plugins/lightfactory/styles.css b/plugins/lightfactory/styles.css index 0fd89a2..a99942e 100644 --- a/plugins/lightfactory/styles.css +++ b/plugins/lightfactory/styles.css @@ -7,7 +7,6 @@ section { overflow: hidden; } table { - width: 100%; border: #414142 1px solid; background-color: #272727; } @@ -22,7 +21,11 @@ th { padding: 2px 10px; } td { - text-align: center; + text-align: left; padding: 2px 7px; font-family: 'Courier New', Courier, monospace; } + +.active_indicator { + color: green; +} diff --git a/plugins/lightfactory/template.ejs b/plugins/lightfactory/template.ejs index aa6feab..103afd9 100644 --- a/plugins/lightfactory/template.ejs +++ b/plugins/lightfactory/template.ejs @@ -11,14 +11,16 @@ - + + <% Object.entries(cueListData.cues).forEach(([cueName,cueData]) => { %> - + + <% }); %>
NameName
<%= cueName %><%= cueData.active ? '>': '' %><%= cueName %>