mirror of
https://github.com/pi-hole/web.git
synced 2026-05-04 15:49:04 +01:00
Using a new function to retrieve CSS values from classes
- create a new function to access CSS values, even if not directly used on the page; - remove the empty harcoded HTML `<span>` placeholders used only to source the colors from CSS classes Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
@@ -11,10 +11,6 @@
|
||||
require 'scripts/pi-hole/php/header_authenticated.php';
|
||||
?>
|
||||
|
||||
<!-- Sourceing CSS colors from stylesheet to be used in JS code -->
|
||||
<span class="queries-permitted"></span>
|
||||
<span class="queries-blocked"></span>
|
||||
|
||||
<!-- Title -->
|
||||
<div class="page-header">
|
||||
<h1>Compute Top Lists from the Pi-hole query database</h1>
|
||||
|
||||
Reference in New Issue
Block a user