mirror of
https://github.com/nextcloud/integration_moodle.git
synced 2025-12-17 21:02:05 +01:00
fix setting icon in dark theme
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
This commit is contained in:
parent
d25a30f1de
commit
f6dfaef0ae
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ export default {
|
|||
height: 23px;
|
||||
margin-bottom: -4px;
|
||||
}
|
||||
body.dark .icon-moodle {
|
||||
body.theme--dark .icon-moodle {
|
||||
background-image: url(./../../img/app.svg);
|
||||
}
|
||||
#moodle-content {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue