diff --git a/admin.php b/admin.php
index 23182a7..328e82c 100644
--- a/admin.php
+++ b/admin.php
@@ -354,6 +354,17 @@ $current_session_user = isset($_SESSION['user']) ? (string) $_SESSION['user'] :
opacity: 0.8;
}
+ .topbar-actions {
+ display: flex;
+ gap: 1rem;
+ flex-wrap: wrap;
+ align-items: center;
+ }
+
+ .session-user {
+ opacity: 0.85;
+ }
+
.topbar-actions {
display: flex;
gap: 1rem;
@@ -454,6 +465,28 @@ $current_session_user = isset($_SESSION['user']) ? (string) $_SESSION['user'] :
background: rgba(0, 0, 0, 0.5);
}
+ select.form-control {
+ background: #353b45;
+ color: #fff;
+ border-color: #565d68;
+ color-scheme: dark;
+ }
+
+ select.form-control:focus {
+ background: #3d444f;
+ color: #fff;
+ }
+
+ select.form-control option {
+ background: #353b45;
+ color: #fff;
+ }
+
+ select.form-control option:checked {
+ background: #4a5260;
+ color: #fff;
+ }
+
.modern-table {
width: 100%;
border-collapse: separate;
@@ -541,11 +574,12 @@ $current_session_user = isset($_SESSION['user']) ? (string) $_SESSION['user'] :
diff --git a/scitemcustom.php b/scitemcustom.php
index 3e3ed06..e31a41d 100644
--- a/scitemcustom.php
+++ b/scitemcustom.php
@@ -429,6 +429,17 @@ $current_session_user = $_SESSION['user'] ?? '';
opacity: 0.8;
}
+ .topbar-actions {
+ display: flex;
+ gap: 1rem;
+ flex-wrap: wrap;
+ align-items: center;
+ }
+
+ .session-user {
+ opacity: 0.85;
+ }
+
.btn-modern {
padding: 0.6rem 1.2rem;
border: 1px solid var(--primary);
@@ -541,6 +552,28 @@ $current_session_user = $_SESSION['user'] ?? '';
box-shadow: 0 0 0 3px rgba(162, 155, 120, 0.15);
}
+ select.form-control {
+ background: #353b45;
+ color: #fff;
+ border-color: #565d68;
+ color-scheme: dark;
+ }
+
+ select.form-control:focus {
+ background: #3d444f;
+ color: #fff;
+ }
+
+ select.form-control option {
+ background: #353b45;
+ color: #fff;
+ }
+
+ select.form-control option:checked {
+ background: #4a5260;
+ color: #fff;
+ }
+
.form-help {
margin-top: 0.4rem;
font-size: 0.8rem;
@@ -759,10 +792,10 @@ $current_session_user = $_SESSION['user'] ?? '';
-
Session:
+
diff --git a/scitems.php b/scitems.php
index 8dff132..6107af3 100644
--- a/scitems.php
+++ b/scitems.php
@@ -212,6 +212,17 @@ if ($edit_id > 0) {
opacity: 0.8;
}
+ .topbar-actions {
+ display: flex;
+ gap: 1rem;
+ flex-wrap: wrap;
+ align-items: center;
+ }
+
+ .session-user {
+ opacity: 0.85;
+ }
+
.topbar-actions {
display: flex;
gap: 1rem;
@@ -289,6 +300,10 @@ if ($edit_id > 0) {
transition: border-color 0.3s;
}
.form-control:focus { outline: none; border-color: var(--primary); background: rgba(0, 0, 0, 0.5); }
+ select.form-control { background: #353b45; color: #fff; border-color: #565d68; color-scheme: dark; }
+ select.form-control:focus { background: #3d444f; color: #fff; }
+ select.form-control option { background: #353b45; color: #fff; }
+ select.form-control option:checked { background: #4a5260; color: #fff; }
.modern-table { width: 100%; border-collapse: separate; border-spacing: 0 8px; }
.modern-table th { text-align: left; padding: 1rem; font-size: 0.8rem; text-transform: uppercase; color: var(--primary); opacity: 0.7; }
@@ -389,11 +404,12 @@ if ($edit_id > 0) {
diff --git a/scmanufactures.php b/scmanufactures.php
index 3fbc19c..e72e532 100644
--- a/scmanufactures.php
+++ b/scmanufactures.php
@@ -167,6 +167,17 @@ $current_session_user = $_SESSION['user'] ?? '';
opacity: 0.8;
}
+ .topbar-actions {
+ display: flex;
+ gap: 1rem;
+ flex-wrap: wrap;
+ align-items: center;
+ }
+
+ .session-user {
+ opacity: 0.85;
+ }
+
.btn-modern {
padding: 0.6rem 1.2rem;
border: 1px solid var(--primary);
@@ -261,11 +272,12 @@ $current_session_user = $_SESSION['user'] ?? '';
diff --git a/scmining.php b/scmining.php
index c139b54..76491e3 100644
--- a/scmining.php
+++ b/scmining.php
@@ -248,6 +248,17 @@ $current_session_user = $_SESSION['user'] ?? '';
opacity: 0.8;
}
+ .topbar-actions {
+ display: flex;
+ gap: 1rem;
+ flex-wrap: wrap;
+ align-items: center;
+ }
+
+ .session-user {
+ opacity: 0.85;
+ }
+
.btn-modern {
padding: 0.6rem 1.2rem;
border: 1px solid var(--primary);
@@ -447,11 +458,12 @@ $current_session_user = $_SESSION['user'] ?? '';
diff --git a/scnotification.php b/scnotification.php
index f312c91..8b19fec 100644
--- a/scnotification.php
+++ b/scnotification.php
@@ -403,6 +403,17 @@ function scnotification_old_checked(array $old, string $key, bool $default = fal
opacity: 0.8;
}
+ .topbar-actions {
+ display: flex;
+ gap: 1rem;
+ flex-wrap: wrap;
+ align-items: center;
+ }
+
+ .session-user {
+ opacity: 0.85;
+ }
+
.btn-modern {
display: inline-flex;
align-items: center;
@@ -560,6 +571,28 @@ function scnotification_old_checked(array $old, string $key, bool $default = fal
background: rgba(0, 0, 0, 0.5);
}
+ select.control {
+ background: #353b45;
+ color: #fff;
+ border-color: #565d68;
+ color-scheme: dark;
+ }
+
+ select.control:focus {
+ background: #3d444f;
+ color: #fff;
+ }
+
+ select.control option {
+ background: #353b45;
+ color: #fff;
+ }
+
+ select.control option:checked {
+ background: #4a5260;
+ color: #fff;
+ }
+
textarea {
min-height: 180px;
resize: vertical;
@@ -663,11 +696,12 @@ function scnotification_old_checked(array $old, string $key, bool $default = fal
diff --git a/scpreset.php b/scpreset.php
index 411f7fc..cd960c8 100644
--- a/scpreset.php
+++ b/scpreset.php
@@ -328,6 +328,17 @@ unset($preset);
opacity: 0.8;
}
+ .topbar-actions {
+ display: flex;
+ gap: 1rem;
+ flex-wrap: wrap;
+ align-items: center;
+ }
+
+ .session-user {
+ opacity: 0.85;
+ }
+
.btn-modern {
padding: 0.6rem 1.2rem;
border: 1px solid var(--primary);
@@ -403,6 +414,10 @@ unset($preset);
transition: border-color 0.3s;
}
.form-control:focus { outline: none; border-color: var(--primary); background: rgba(0, 0, 0, 0.5); }
+ select.form-control { background: #353b45; color: #fff; border-color: #565d68; color-scheme: dark; }
+ select.form-control:focus { background: #3d444f; color: #fff; }
+ select.form-control option { background: #353b45; color: #fff; }
+ select.form-control option:checked { background: #4a5260; color: #fff; }
.form-control:disabled { opacity: 0.55; cursor: not-allowed; }
.form-help {
margin-top: 0.5rem;
@@ -463,11 +478,12 @@ unset($preset);
diff --git a/scstatsitem.php b/scstatsitem.php
index f5e7ccb..fc56dd0 100644
--- a/scstatsitem.php
+++ b/scstatsitem.php
@@ -192,6 +192,17 @@ $current_session_user = $_SESSION['user'] ?? '';
opacity: 0.8;
}
+ .topbar-actions {
+ display: flex;
+ gap: 1rem;
+ flex-wrap: wrap;
+ align-items: center;
+ }
+
+ .session-user {
+ opacity: 0.85;
+ }
+
.btn-modern {
padding: 0.6rem 1.2rem;
border: 1px solid var(--primary);
@@ -279,6 +290,28 @@ $current_session_user = $_SESSION['user'] ?? '';
box-shadow: 0 0 0 3px var(--primary-glow);
}
+ select.form-control {
+ background: #353b45;
+ color: #fff;
+ border-color: #565d68;
+ color-scheme: dark;
+ }
+
+ select.form-control:focus {
+ background: #3d444f;
+ color: #fff;
+ }
+
+ select.form-control option {
+ background: #353b45;
+ color: #fff;
+ }
+
+ select.form-control option:checked {
+ background: #4a5260;
+ color: #fff;
+ }
+
.form-help {
margin-top: 0.75rem;
color: #9ca3af;
@@ -353,10 +386,10 @@ $current_session_user = $_SESSION['user'] ?? '';
Stats Item
Gestion libre des statistiques d'objets
-
-
Session:
+
diff --git a/scvaisseaux.php b/scvaisseaux.php
index 20b7306..da21ae0 100644
--- a/scvaisseaux.php
+++ b/scvaisseaux.php
@@ -168,6 +168,17 @@ $current_session_user = $_SESSION['user'] ?? '';
opacity: 0.8;
}
+ .topbar-actions {
+ display: flex;
+ gap: 1rem;
+ flex-wrap: wrap;
+ align-items: center;
+ }
+
+ .session-user {
+ opacity: 0.85;
+ }
+
.btn-modern {
padding: 0.6rem 1.2rem;
border: 1px solid var(--primary);
@@ -243,7 +254,10 @@ $current_session_user = $_SESSION['user'] ?? '';
transition: border-color 0.3s;
}
.form-control:focus { outline: none; border-color: var(--primary); background: rgba(0, 0, 0, 0.5); }
- select.form-control option { background: var(--bg-dark); color: #fff; }
+ select.form-control { background: #353b45; color: #fff; border-color: #565d68; color-scheme: dark; }
+ select.form-control:focus { background: #3d444f; color: #fff; }
+ select.form-control option { background: #353b45; color: #fff; }
+ select.form-control option:checked { background: #4a5260; color: #fff; }
.modern-table { width: 100%; border-collapse: separate; border-spacing: 0 8px; }
.modern-table th { text-align: left; padding: 1rem; font-size: 0.8rem; text-transform: uppercase; color: var(--primary); opacity: 0.7; }
@@ -264,6 +278,21 @@ $current_session_user = $_SESSION['user'] ?? '';
display: block;
margin-top: 2px;
}
+ .ship-filter-status {
+ margin: 0 0 1rem;
+ font-size: 0.9rem;
+ color: #b8bdc7;
+ }
+ .ship-filter-status strong {
+ color: #fff;
+ }
+ .ship-filter-empty {
+ display: none;
+ text-align: center;
+ padding: 1rem;
+ color: #8d94a0;
+ font-size: 0.95rem;
+ }
@@ -272,11 +301,12 @@ $current_session_user = $_SESSION['user'] ?? '';
@@ -328,6 +358,7 @@ $current_session_user = $_SESSION['user'] ?? '';
Liste des Vaisseaux
+ Affichage : tous les vaisseaux
@@ -336,12 +367,12 @@ $current_session_user = $_SESSION['user'] ?? '';
| Actions |
-
+
| Aucun vaisseau enregistré. |
-
+
|
@@ -369,6 +400,9 @@ $current_session_user = $_SESSION['user'] ?? '';
|
+
+
Aucun vaisseau trouvé pour cette manufacture.
+
@@ -376,11 +410,51 @@ $current_session_user = $_SESSION['user'] ?? '';