Spaces:
Running
Running
demo: v1 core
Browse files- frontend/vehicles.html +3 -3
frontend/vehicles.html
CHANGED
|
@@ -752,7 +752,7 @@
|
|
| 752 |
style="color:#c89a6c">Technical & Performance</h4>
|
| 753 |
<div class="space-y-4">
|
| 754 |
<div
|
| 755 |
-
class="bg-[#050505] border border-
|
| 756 |
<button onclick="toggleHelp('h1')"
|
| 757 |
class="w-full px-6 py-5 text-left flex items-center justify-between hover:bg-[#080808] transition">
|
| 758 |
<span class="text-sm font-semibold" style="color:#a89f97">Why is no live feed
|
|
@@ -770,7 +770,7 @@
|
|
| 770 |
</div>
|
| 771 |
</div>
|
| 772 |
<div
|
| 773 |
-
class="bg-[#050505] border border-
|
| 774 |
<button onclick="toggleHelp('h2')"
|
| 775 |
class="w-full px-6 py-5 text-left flex items-center justify-between hover:bg-[#080808] transition">
|
| 776 |
<span class="text-sm font-semibold" style="color:#a89f97">Why is auto-download
|
|
@@ -786,7 +786,7 @@
|
|
| 786 |
</div>
|
| 787 |
</div>
|
| 788 |
<div
|
| 789 |
-
class="bg-[#050505] border border-
|
| 790 |
<button onclick="toggleHelp('h3')"
|
| 791 |
class="w-full px-6 py-5 text-left flex items-center justify-between hover:bg-[#080808] transition">
|
| 792 |
<span class="text-sm font-semibold" style="color:#a89f97">Once processing
|
|
|
|
| 752 |
style="color:#c89a6c">Technical & Performance</h4>
|
| 753 |
<div class="space-y-4">
|
| 754 |
<div
|
| 755 |
+
class="bg-[#050505] border border-slate-900 rounded-lg overflow-hidden transition hover:border-[#1a1a1a]">
|
| 756 |
<button onclick="toggleHelp('h1')"
|
| 757 |
class="w-full px-6 py-5 text-left flex items-center justify-between hover:bg-[#080808] transition">
|
| 758 |
<span class="text-sm font-semibold" style="color:#a89f97">Why is no live feed
|
|
|
|
| 770 |
</div>
|
| 771 |
</div>
|
| 772 |
<div
|
| 773 |
+
class="bg-[#050505] border border-slate-900 rounded-lg overflow-hidden transition hover:border-[#1a1a1a]">
|
| 774 |
<button onclick="toggleHelp('h2')"
|
| 775 |
class="w-full px-6 py-5 text-left flex items-center justify-between hover:bg-[#080808] transition">
|
| 776 |
<span class="text-sm font-semibold" style="color:#a89f97">Why is auto-download
|
|
|
|
| 786 |
</div>
|
| 787 |
</div>
|
| 788 |
<div
|
| 789 |
+
class="bg-[#050505] border border-slate-900 rounded-lg overflow-hidden transition hover:border-[#1a1a1a]">
|
| 790 |
<button onclick="toggleHelp('h3')"
|
| 791 |
class="w-full px-6 py-5 text-left flex items-center justify-between hover:bg-[#080808] transition">
|
| 792 |
<span class="text-sm font-semibold" style="color:#a89f97">Once processing
|