dialogs: Fix fullscreen indicator color

This commit is contained in:
Rafael Mardojai CM 2023-05-29 12:40:59 -05:00
parent 5def8739d1
commit a1ebeab3e3
No known key found for this signature in database
GPG Key ID: 2B2DAB2A58566C84
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ dialog#handling {
/* Fullscreen warning */
#fullscreen-warning {
background: var(--gnome-toolbar-background) !important;
color: var(--gnome-toolbar-color) !important;
border: none !important;
}