parent
308be51132
commit
6537378091
|
@ -109,7 +109,7 @@
|
||||||
float: none;
|
float: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.questionset-results a.h5p-button.qs-retrybutton:before {
|
.questionset-results button.h5p-button.qs-retrybutton:before {
|
||||||
font-family: 'H5PFontAwesome4';
|
font-family: 'H5PFontAwesome4';
|
||||||
padding-right: 0.5em;
|
padding-right: 0.5em;
|
||||||
content: "\f01e";
|
content: "\f01e";
|
||||||
|
@ -168,7 +168,7 @@
|
||||||
content: "\f00c";
|
content: "\f00c";
|
||||||
}
|
}
|
||||||
|
|
||||||
.questionset-results a.h5p-button.qs-solutionbutton:before {
|
.questionset-results button.h5p-button.qs-solutionbutton:before {
|
||||||
font-family: 'H5PFontAwesome4';
|
font-family: 'H5PFontAwesome4';
|
||||||
content: "\f06e "; /* TODO: Use margin not whitespace, spacing is not content! */
|
content: "\f06e "; /* TODO: Use margin not whitespace, spacing is not content! */
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue