mirror of
https://github.com/pi-hole/web.git
synced 2026-05-08 09:39:05 +01:00
CSS: Use rgba() instead of hex-color.
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -385,7 +385,7 @@ pre {
|
||||
color: #007997 !important;
|
||||
}
|
||||
td.highlight {
|
||||
background-color: #ffcc0050;
|
||||
background-color: rgba(255, 204, 0, 0.333);
|
||||
}
|
||||
.btn-default {
|
||||
box-shadow: none;
|
||||
|
||||
@@ -192,7 +192,7 @@
|
||||
}
|
||||
|
||||
td.highlight {
|
||||
background-color: #ffcc0050;
|
||||
background-color: rgba(255, 204, 0, 0.333);
|
||||
}
|
||||
|
||||
.network-never {
|
||||
|
||||
Reference in New Issue
Block a user