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:
ckforum
2019-06-04 02:40:56 +02:00
committed by Tony Murray
parent 1c1b07fee5
commit cafe057001
3 changed files with 6 additions and 2 deletions

View File

@@ -1534,6 +1534,10 @@ tr.search:nth-child(odd) {
font-weight: bold;
}
.overlib-contents {
background-color: #fff;
}
.minigraph-image {
margin: 2px;
}