Private GIT

Skip to content
Snippets Groups Projects
Commit 0ebac2c9 authored by root's avatar root
Browse files

correct / Modifications mini graph style Update device/ports.inc.php

about mini graph style (add css class -> custom/css)
request librenms https://github.com/librenms/librenms/pull/10313

Add styles.css standard css class for modificaition of device/ports.inc.php
https://github.com/librenms/librenms/pull/10314
parent fe7e8a33
No related branches found
No related tags found
No related merge requests found
......@@ -675,6 +675,37 @@ legend {
box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
.overlib-text {
font-weight: bold;
font-size: 16px;
color:cyan ;
}
.overlib-title {
color:cyan ;
}
/* Mini graph */
.minigraph-image {
margin: 2px;
}
.minigraph-div {
display: block;
padding: 3px;
margin: 3px;
min-width: 183px;
max-width:183px;
min-height:90px;
max-height:90px;
text-align: center;
float: left;
background-color: #333;
border:solid 1px;
border-color:#777;
}
/* FOOTER */
.panel-footer {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment