mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
feature: Added custom css and include directories which are ignored by git (#4871)
This commit is contained in:
committed by
Daniel Preussker
parent
1504c04fee
commit
b5be6e9271
@@ -131,9 +131,11 @@ $config['site_style'] = "light";
|
||||
Currently we have a number of styles which can be set which will alter the navigation bar look. dark, light and mono with light being the default.
|
||||
|
||||
```php
|
||||
$config['stylesheet'] = "css/styles.css";
|
||||
$config['webui']['custom_css'][] = "css/custom/styles.css";
|
||||
```
|
||||
You can override a large number of visual elements by creating your own css stylesheet and referencing it here.
|
||||
You can override a large number of visual elements by creating your own css stylesheet and referencing it here, place any custom css files into
|
||||
`html/css/custom` so they will be ignored by auto updates. You can specify as many css files as you like, the order they are within your config
|
||||
will be the order they are loaded in the browser.
|
||||
|
||||
```php
|
||||
$config['page_refresh'] = "300";
|
||||
|
Reference in New Issue
Block a user