mirror of
https://github.com/StefBuwalda/ProjectIOT.git
synced 2025-11-02 04:39:57 +00:00
filters
This commit is contained in:
@@ -41,6 +41,16 @@
|
||||
border: 1px solid #444 !important;
|
||||
}
|
||||
|
||||
.dark-mode input::placeholder,
|
||||
.dark-mode .form-control::placeholder {
|
||||
color: #b0b0b0 !important;
|
||||
opacity: 1 !important;
|
||||
}
|
||||
.dark-mode form select {
|
||||
background-color: #23272b !important;
|
||||
color: #e0e0e0 !important;
|
||||
border: 1px solid #444 !important;
|
||||
}
|
||||
.dark-mode .btn {
|
||||
background-color: #444 !important;
|
||||
color: #e0e0e0 !important;
|
||||
@@ -94,6 +104,9 @@
|
||||
<a class="nav-link active text-white" href="/dash/add">
|
||||
Add numberplate
|
||||
</a>
|
||||
<a class="nav-link active text-white" href="/dash/logs">
|
||||
Edit Logs
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="d-flex justify-content-center mt-3">
|
||||
|
||||
Reference in New Issue
Block a user