forked from FroSteel/Planification
v2026.5.24 — Améliorations diverses
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"manifest_version": 3,
|
"manifest_version": 3,
|
||||||
"name": "Planification",
|
"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.",
|
"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"],
|
"permissions": ["activeTab", "scripting", "storage", "tabs", "alarms"],
|
||||||
"host_permissions": [
|
"host_permissions": [
|
||||||
|
|||||||
+8
-1
@@ -2644,9 +2644,14 @@ header.topbar::before {
|
|||||||
transition: opacity 0.12s, color 0.12s;
|
transition: opacity 0.12s, color 0.12s;
|
||||||
}
|
}
|
||||||
.pinned-popup.pinned-popup-minimized .pinned-popup-dragbar::before {
|
.pinned-popup.pinned-popup-minimized .pinned-popup-dragbar::before {
|
||||||
content: "≡";
|
content: "≡" !important;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
line-height: 1;
|
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 {
|
.pinned-popup.pinned-popup-minimized .pinned-popup-dragbar:hover {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
@@ -2665,6 +2670,7 @@ header.topbar::before {
|
|||||||
.pinned-popup-minref {
|
.pinned-popup-minref {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
justify-content: center; /* v2026.5.24 : centrer horizontalement la ref */
|
||||||
flex: 1;
|
flex: 1;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
@@ -2678,6 +2684,7 @@ header.topbar::before {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
order: 2;
|
order: 2;
|
||||||
|
text-align: center; /* v2026.5.24 : centrer le texte */
|
||||||
}
|
}
|
||||||
.pinned-popup-minref:hover {
|
.pinned-popup-minref:hover {
|
||||||
color: var(--accent, #3b82f6);
|
color: var(--accent, #3b82f6);
|
||||||
|
|||||||
Reference in New Issue
Block a user