Correction des présences et correction de plusieurs erreurs mineur de déplacement/parcours de l'utilisateur, harmonisation des processus
This commit is contained in:
@@ -1231,9 +1231,9 @@ a:hover { color: var(--primary-dark); }
|
||||
}
|
||||
|
||||
.merged-disponibility-time-block.selected {
|
||||
background: var(--success);
|
||||
color: white;
|
||||
border-color: var(--success);
|
||||
background: #6366f1 !important;
|
||||
color: white !important;
|
||||
border-color: #4f46e5 !important;
|
||||
}
|
||||
|
||||
.merged-disponibility-time-block.high-availability {
|
||||
@@ -1266,10 +1266,10 @@ a:hover { color: var(--primary-dark); }
|
||||
|
||||
/* Then specific states override the generic rule */
|
||||
[data-theme="dark"] .merged-disponibility-time-block.selected {
|
||||
background: var(--success) !important;
|
||||
background: #6366f1 !important;
|
||||
color: white !important;
|
||||
border-color: var(--success) !important;
|
||||
box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.5);
|
||||
border-color: #818cf8 !important;
|
||||
box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.5);
|
||||
}
|
||||
|
||||
[data-theme="dark"] .merged-disponibility-time-block.high-availability {
|
||||
|
||||
Reference in New Issue
Block a user