forked from FroSteel/Planification
v2026.5.24 — Améliorations diverses
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 3,
|
||||
"name": "Planification",
|
||||
"version": "2026.5.23",
|
||||
"version": "2026.5.24",
|
||||
"description": "Vue claire et rapide du planning des techniciens EasyVista. Regroupe interventions et réservations par tech, affiche horaires, contact, lieu, catégorie et statut en un coup d'œil.",
|
||||
"permissions": ["activeTab", "scripting", "storage", "tabs", "alarms"],
|
||||
"host_permissions": [
|
||||
|
||||
+8
-1
@@ -2644,9 +2644,14 @@ header.topbar::before {
|
||||
transition: opacity 0.12s, color 0.12s;
|
||||
}
|
||||
.pinned-popup.pinned-popup-minimized .pinned-popup-dragbar::before {
|
||||
content: "≡";
|
||||
content: "≡" !important;
|
||||
font-size: 15px;
|
||||
line-height: 1;
|
||||
/* v2026.5.24 : annuler les propriétés du ::before normal (barre grise) */
|
||||
width: auto !important;
|
||||
height: auto !important;
|
||||
background: transparent !important;
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
.pinned-popup.pinned-popup-minimized .pinned-popup-dragbar:hover {
|
||||
opacity: 1;
|
||||
@@ -2665,6 +2670,7 @@ header.topbar::before {
|
||||
.pinned-popup-minref {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center; /* v2026.5.24 : centrer horizontalement la ref */
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
padding: 0 10px;
|
||||
@@ -2678,6 +2684,7 @@ header.topbar::before {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
order: 2;
|
||||
text-align: center; /* v2026.5.24 : centrer le texte */
|
||||
}
|
||||
.pinned-popup-minref:hover {
|
||||
color: var(--accent, #3b82f6);
|
||||
|
||||
Reference in New Issue
Block a user