bugy / script-server

Web UI for your scripts with execution management
Other
1.59k stars 247 forks source link

Is it possible to keep different colour for the groups and different color for the scripts inside the groups ? #678

Closed sbalakrishna closed 1 year ago

sbalakrishna commented 1 year ago

Hi, I would like to keep different colors for the main menu items and different color for the submenu items. If it possible by editing the css files ?

The current theme won't support this option.

bugy commented 1 year ago

Hi @sbalakrishna you can add smth like this to theme.css:

.script-group {
    color: red !important;
}

(don't forget to reload a page with cache refresh, smth like ctrl + f5)

sbalakrishna commented 1 year ago

Thanks @bugy , it is working. We can close this issue

sbalakrishna commented 1 year ago

Thanks for your quick response.