feat: add functionality to mark questions for review and update styles for marked questions

This commit is contained in:
2025-11-08 23:03:25 +05:30
parent b075e5b3d3
commit ebaef13845
2 changed files with 80 additions and 1 deletions

View File

@@ -1311,6 +1311,18 @@ body {
border-color: #007bff;
}
.question-palette-btn.palette-marked {
background-color: #ff9800;
color: #ffffff;
border-color: #ff9800;
}
.question-palette-btn.palette-active.palette-marked {
background-color: #ff6d00;
color: #ffffff;
border-color: #ff6d00;
}
.question-palette-btn:disabled {
opacity: 0.3;
cursor: not-allowed;