Notify user if a module appears to be installed in an incorrect path (e.g. xe-modulename-master)

This commit is contained in:
Kijin Sung 2020-12-28 14:23:45 +09:00
parent 2ba01e521a
commit 00d17ec8fc
5 changed files with 32 additions and 4 deletions

View file

@ -93,6 +93,14 @@ body>.x,
color: #666;
text-rendering: auto;
}
.message h2,
.message h3 {
color: #346535;
}
.message.error h2,
.message.error h3 {
color: #943a38;
}
.x h1 {
font-size: 22px;
}