Skip to content

Commit

Permalink
Merge branch 'develop' into fix/lock-option
Browse files Browse the repository at this point in the history
  • Loading branch information
thePeras authored Oct 15, 2024
2 parents e4eb8bc + 813c2cb commit 4ff80eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/schedule.css
Original file line number Diff line number Diff line change
Expand Up @@ -158,15 +158,15 @@
}

.schedule-class-conflict {
@apply z-20 border-2 opacity-75 border-red-600 ring-rose-700 hover:z-30 hover:opacity-100 hover:ring-1;
@apply z-30 border-2 opacity-75 border-red-600 ring-rose-700 hover:z-30 hover:opacity-100 hover:ring-1;
}

.schedule-class-conflict-warn {
@apply z-20 border-2 opacity-75 border-amber-500 ring-amber-500 hover:z-30 hover:opacity-100 hover:ring-1;
}

.schedule-class-conflict-info {
@apply z-20 border-2 border-red-600 opacity-75 ring-red-500 hover:z-30 hover:opacity-100;
@apply z-30 border-2 border-red-600 opacity-75 ring-red-500 hover:z-30 hover:opacity-100;
}

.schedule-class-conflict-warn-info {
Expand Down

0 comments on commit 4ff80eb

Please sign in to comment.