mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 07:37:19 +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;
|
||||
}
|
||||
|
||||
.bx-header-settings-button[data-update-available]::after {
|
||||
content: ' 🌟';
|
||||
.bx-header-settings-button[data-update-available]::before {
|
||||
content: '🌟' !important;
|
||||
line-height: var(--bx-button-height);
|
||||
display: inline-block;
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
.bx-button.bx-focusable, .bx-header-settings-button {
|
||||
|
Loading…
x
Reference in New Issue
Block a user