elementary / stylesheet

The GTK Stylesheet for elementary OS
https://elementary.io
GNU General Public License v3.0
321 stars 74 forks source link

Styling of AdwMessageDialog #1251

Closed stan-janssen closed 1 year ago

stan-janssen commented 1 year ago

What Happened?

The styling of browser dialogs does not fit with the rest of the OS as well as it used to. The latest version (44) looks like this:

dialog-44

While the previous version looked like this:

dialog-42

Steps to Reproduce

Trigger a browser dialog in Web, for instance by attempting to close a page on which you have entered text, like a Github comment.

Expected Behavior

The dialog should be like the other dialog boxes in the OS, like those from Files or Code.

OS Version

7.x (Horus)

Software Version

Compiled from git

Log Output

No response

Hardware Info

No response

alice-mkh commented 1 year ago

That's an AdwMessageDialog. It does not share style with GtkMessageDialog, those have a rather annoying layout to work with, so it needs separate styles.

danirabbit commented 1 year ago

This was fixed in #1257