mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Reduce agressiveness of highlight color.
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
+1
-1
@@ -138,7 +138,7 @@ if(strlen($showing) > 0)
|
||||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
<label>Filtering options:</label>
|
||||
<p><strong>Filtering options:</strong></p>
|
||||
<ul>
|
||||
<li>Use <kbd>Ctrl</kbd> or <kbd>⌘</kbd> + <i class="fas fa-mouse-pointer"></i> to add columns to the current filter</li>
|
||||
<li>Use <kbd>Shift</kbd> + <i class="fas fa-mouse-pointer"></i> to remove columns from the current filter</li>
|
||||
|
||||
@@ -385,7 +385,7 @@ pre {
|
||||
color: #007997 !important;
|
||||
}
|
||||
td.highlight {
|
||||
background-color: yellow;
|
||||
background-color: #ffcc0050;
|
||||
}
|
||||
.btn-default {
|
||||
box-shadow: none;
|
||||
|
||||
@@ -192,7 +192,7 @@
|
||||
}
|
||||
|
||||
td.highlight {
|
||||
background-color: #ff0 !important;
|
||||
background-color: #ffcc0050;
|
||||
}
|
||||
|
||||
.network-never {
|
||||
|
||||
Reference in New Issue
Block a user