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
|
@ -9,7 +9,6 @@
|
||||||
bottom: 35px !important;
|
bottom: 35px !important;
|
||||||
left: 15px !important;
|
left: 15px !important;
|
||||||
width: 270px;
|
width: 270px;
|
||||||
background-color: var(--color-background-dark);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.whatsNewPopover p {
|
.whatsNewPopover p {
|
||||||
|
@ -17,7 +16,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.whatsNewPopover .caption {
|
.whatsNewPopover .caption {
|
||||||
font-weight: bolder;
|
font-weight: bold;
|
||||||
cursor: auto !important;
|
cursor: auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -82,7 +82,7 @@
|
||||||
menuItem.className = "menuitem";
|
menuItem.className = "menuitem";
|
||||||
|
|
||||||
icon = document.createElement('span');
|
icon = document.createElement('span');
|
||||||
icon.className = 'icon-star-dark';
|
icon.className = 'icon-checkmark';
|
||||||
menuItem.appendChild(icon);
|
menuItem.appendChild(icon);
|
||||||
|
|
||||||
text = document.createElement('p');
|
text = document.createElement('p');
|
||||||
|
|
Loading…
Reference in New Issue