Fix style of the user facing whats new popup
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
4b5d7b15ff
commit
07271087b0
2 changed files with 2 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue