Private GIT
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Dark THEME LIBRENMS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christophe K.
Dark THEME LIBRENMS
Commits
f1a58097
Commit
f1a58097
authored
6 years ago
by
root
Browse files
Options
Downloads
Patches
Plain Diff
correct install information for activate overlib
parent
166b1617
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
html/css/custom/styles.css
+11
-8
11 additions, 8 deletions
html/css/custom/styles.css
with
11 additions
and
8 deletions
html/css/custom/styles.css
+
11
−
8
View file @
f1a58097
/* Not finished */
/* Not finished */
/*-----------------------
/*-----------------------
---------------------------
# Create by ckforum
# Create by ckforum
# june 2019
# june 2019
# release 1.9
# release 2.0
# thanks to yoyo
# thanks to yoyo and librenms teams
------------------------*/
# warning ! for backgroud of overlib
# see https://github.com/librenms/librenms/pull/10300
----------------------------------------------------*/
/* INSTALLATION ADD THIS BELOW TO YOUR CONFIG.PHP */
/* INSTALLATION ADD THIS BELOW TO YOUR CONFIG.PHP
and delete this config add on comment
*/
/* SEE
E
MORE @ https://github.com/librenms/librenms/blob/master/includes/defaults.inc.php */
/* SEE MORE @ https://github.com/librenms/librenms/blob/master/includes/defaults.inc.php */
/*
/*
### DARK MODE
### DARK MODE
//
r
text color graph
// text color graph
$config['rrdgraph_def_text_color'] = 'ffffff';
$config['rrdgraph_def_text_color'] = 'ffffff';
// Set to TRUE if you want to display the 95% based on the highest value. (aka real 95%)
// Set to TRUE if you want to display the 95% based on the highest value. (aka real 95%)
// can't see the difference ...
$config['overlib_defaults'] = ",FGCOLOR,'#fff', BGCOLOR, '#000', BORDER, 5, CELLPAD, 4, CAPCOLOR, '#555555', TEXTCOLOR, '#ffffff'";
$config['overlib_defaults'] = ",FGCOLOR,'#fff', BGCOLOR, '#000', BORDER, 5, CELLPAD, 4, CAPCOLOR, '#555555', TEXTCOLOR, '#ffffff'";
// Set this to false if you want to disable the mouseover popup graphs
// Set this to false if you want to disable the mouseover popup graphs
$config['web_mouseover'] =
fals
e;
$config['web_mouseover'] =
tru
e;
### custom style
### custom style
# uncomment line below and replace the logo with yours
# uncomment line below and replace the logo with yours
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment