diff --git a/index.html b/index.html
index 9783e87..82f7986 100644
--- a/index.html
+++ b/index.html
@@ -132,11 +132,18 @@
width: 100%;
padding: 8px;
border-radius: 8px;
- font-size: 12px;
- background: rgba(0, 0, 0, 0.2);
- color: white;
- border: 1px solid rgba(255, 255, 255, 0.1);
+ font-size: 13px;
+ background: #eee;
+ color: #333;
+ border: 1px solid rgba(0, 0, 0, 0.1);
outline: none;
+ cursor: pointer;
+ font-weight: 700;
+ transition: all 0.2s;
+ }
+
+ .status-select:hover {
+ filter: brightness(0.95);
}
.owner-card {
@@ -612,13 +619,18 @@
style="font-size: 10px; color: var(--info); opacity: 0.9; margin-left: 30px; margin-top: -2px; font-weight: 600;">v1.0.5
-
-
+
+
+
+
+
-
-