mirror of
https://github.com/Dvorinka/PPve.git
synced 2026-06-04 12:32:59 +00:00
ffe
This commit is contained in:
+7
-2
@@ -606,6 +606,11 @@
|
|||||||
background-color: #fff7ed;
|
background-color: #fff7ed;
|
||||||
color: #9a3412;
|
color: #9a3412;
|
||||||
border: 1px solid #fed7aa;
|
border: 1px solid #fed7aa;
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#highTrafficWarning.show {
|
||||||
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Vehicle Legend and Filters */
|
/* Vehicle Legend and Filters */
|
||||||
@@ -1045,8 +1050,8 @@
|
|||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<!-- High Traffic Warning -->
|
<!-- High Traffic Warning -->
|
||||||
<div id="highTrafficWarning" class="hidden mt-2 text-sm bg-amber-50 text-amber-700 p-2 rounded-md border border-amber-200">
|
<div id="highTrafficWarning" class="hidden mt-2 p-2 bg-yellow-50 text-yellow-800 text-sm rounded-md border border-yellow-200 flex items-start" style="display: none;">
|
||||||
<i class="fas fa-exclamation-triangle mr-2"></i>
|
<i class="fas fa-exclamation-triangle mt-0.5 mr-2"></i>
|
||||||
<span class="warning-message"></span>
|
<span class="warning-message"></span>
|
||||||
</div>
|
</div>
|
||||||
<!-- Availability Status -->
|
<!-- Availability Status -->
|
||||||
|
|||||||
Reference in New Issue
Block a user