mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 15:47:18 +02:00
Fix the star icon in Settings button
This commit is contained in:
parent
c758827232
commit
2008806507
@ -8796,8 +8796,11 @@ a.bx-button.bx-full-width {
|
|||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bx-header-settings-button[data-update-available]::after {
|
.bx-header-settings-button[data-update-available]::before {
|
||||||
content: ' 🌟';
|
content: '🌟' !important;
|
||||||
|
line-height: var(--bx-button-height);
|
||||||
|
display: inline-block;
|
||||||
|
margin-left: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bx-button.bx-focusable, .bx-header-settings-button {
|
.bx-button.bx-focusable, .bx-header-settings-button {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user