Fix style of the user facing whats new popup

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2018-07-17 14:02:14 +02:00
parent 4b5d7b15ff
commit 07271087b0
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
2 changed files with 2 additions and 3 deletions

View File

@ -9,7 +9,6 @@
bottom: 35px !important;
left: 15px !important;
width: 270px;
background-color: var(--color-background-dark);
}
.whatsNewPopover p {
@ -17,7 +16,7 @@
}
.whatsNewPopover .caption {
font-weight: bolder;
font-weight: bold;
cursor: auto !important;
}

View File

@ -82,7 +82,7 @@
menuItem.className = "menuitem";
icon = document.createElement('span');
icon.className = 'icon-star-dark';
icon.className = 'icon-checkmark';
menuItem.appendChild(icon);
text = document.createElement('p');