Introduced training session
This commit is contained in:
@@ -105,10 +105,26 @@ homework-vocabulary-task > img#delete:active {
|
||||
box-shadow: 0 0 3px 2px #707070;
|
||||
}
|
||||
|
||||
homework-vocabulary-task > img.disabled {
|
||||
homework-vocabulary-task[result="unknown"] > img.disabled {
|
||||
display: none;
|
||||
}
|
||||
|
||||
homework-vocabulary-task[result="correct"] > img#correct, homework-vocabulary-task[result="incorrect"] > img#incorrect {
|
||||
display: block;
|
||||
}
|
||||
|
||||
homework-vocabulary-task[result="correct"] > img#incorrect, homework-vocabulary-task[result="incorrect"] > img#correct {
|
||||
display: none;
|
||||
}
|
||||
|
||||
homework-vocabulary-task[result="correct"] > input.target-language {
|
||||
background-color: lightgreen;
|
||||
}
|
||||
|
||||
homework-vocabulary-task[result="incorrect"] > input.target-language {
|
||||
background-color: lightcoral;
|
||||
}
|
||||
|
||||
img#delete {
|
||||
margin-left: 0;
|
||||
margin-right: .3em;
|
||||
|
||||
Reference in New Issue
Block a user