[Github-comments] [geany/geany] Transparent search/replace dialogs when out of focus (#2698)

Edgar notifications at xxxxx
Mon Dec 21 12:42:28 UTC 2020


Way more easy then I initially thought – I was not aware that I can use CSS since it is the first time at all I work with GTK:

Add at the end of _Tools > Configuration Files > geany.css_:

```
/* make search dialogs transparent if out of focus */
#GeanyDialogSearch:backdrop {
	background-color: transparent;
	opacity: 0.6;
}
```

**Note:** _opacity_ will only work together with _background-color: transparent_ otherwise it will become black.

@elextr If I understand it correct, there is no need to implement it as feature, since it is easily possible due to GTK CSS styling. Should we then close this issue or link it to a specific "tutorial" page?

---

**Example**

![Screenshot from 2020-12-21 13 39 46](https://user-images.githubusercontent.com/40885610/102777993-08fcbf00-4392-11eb-853f-7ed36dce48c7.png)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2698#issuecomment-748954442
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20201221/5b62c409/attachment-0001.htm>


More information about the Github-comments mailing list