feat: add functionality to mark questions for review and update styles for marked questions
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user