mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
rrdimage: Improve CGI & cosmetic changes
Write graph error messages to the system log, to simplify further inspection by the user. Add additional parameter check to prevent a possible redirect loop if the URL format is changed in the future. Cosmetic: Use underlining instead of background color for highlighting Fixes #10643 Signed-off-by: Leo-Andres Hofmann <hofmann@leo-andres.de> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
ad3cc7c98d
commit
c095f81435
@@ -348,14 +348,14 @@ div.rrdimage > ul {
|
||||
border: none;
|
||||
background: none;
|
||||
cursor: pointer;
|
||||
text-decoration: underline;
|
||||
text-decoration: none;
|
||||
}
|
||||
.rrdimage button:focus {
|
||||
outline: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
.rrdimage button.selected {
|
||||
background-color: rgba(135, 203, 0, 0.2);
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
div.rrdimage > img {
|
||||
|
||||
Reference in New Issue
Block a user