CSS: Use rgba() instead of hex-color.

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2020-06-21 21:42:16 +02:00
parent 1819abee76
commit f06a2b6ed1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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;
+1 -1
View File
@@ -192,7 +192,7 @@
}
td.highlight {
background-color: #ffcc0050;
background-color: rgba(255, 204, 0, 0.333);
}
.network-never {