I found the name "GeanyDialog". Maybe following should be added to default
`geany.css` because the existing dialog (at least on my computer) is a
borderless rectangle that blends in with the background.
```
#GeanyDialog {
border-width: 2px;
border-style: solid;
border-color: black;
}
```
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3797#issuecomment-2016955115
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3797/[email protected]>