mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Add overlib link css class for changing background color - Update Url.php (#10300)
* Update Url.php Ad css class to onmouserover event and overlib, easyer to change color of background ex.: for a dark theme vs bg color hardcoded * Update styles.css * Update Url.php * Update librenmsv1.blade.php
This commit is contained in:
@@ -1534,6 +1534,10 @@ tr.search:nth-child(odd) {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.overlib-contents {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.minigraph-image {
|
||||
margin: 2px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user