styling update

This commit is contained in:
2025-11-12 17:49:56 +01:00
parent 64254454a4
commit 43a9b63c95
14 changed files with 150 additions and 128 deletions
+7 -7
View File
@@ -77,20 +77,20 @@
.nav-btn:hover {
background: #e9ecef;
border-color: #007bff;
border-color: #28a745;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
transform: translateY(-1px);
color: #007bff;
color: #28a745;
}
.nav-btn.active {
background: #007bff;
border-color: #0056b3;
background: #28a745;
border-color: #1e7e34;
color: white;
}
.nav-btn.active:hover {
background: #0056b3;
background: #1e7e34;
color: white;
}
@@ -165,7 +165,7 @@
}
.camera-option:hover {
border-color: #007bff;
border-color: #28a745;
transform: translateY(-3px);
box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
}
@@ -360,7 +360,7 @@
.results-indicator {
display: inline-flex;
align-items: center;
background: #007bff;
background: #28a745;
color: white;
padding: 2px 6px;
border-radius: 8px;