Add core update notification to admin dashboard

This commit is contained in:
Kijin Sung 2021-01-31 02:15:23 +09:00
parent d25690e3e9
commit 9c9629f7e1
5 changed files with 49 additions and 1 deletions

View file

@ -101,6 +101,9 @@ body>.x,
.message.error h3 {
color: #943a38;
}
.message.core_update {
display: none;
}
.x h1 {
font-size: 22px;
}