[Github-comments] Re: [geany/geany] Add a 1px black border around the tab-switcher (Issue #3797)

2024-03-28 Thread ralf3u via Github-comments
>[...] did it work using "menu" as the selector in the CSS? That works for me: ``` menu {border: 1px solid black} ``` Then indeed not only the tab-switcher has a border but also the menu-list of each item of the menu bar. It is good to have it like this to make also there a clear separation

[Github-comments] Re: [geany/geany] Add a 1px black border around the tab-switcher (Issue #3797)

2024-03-28 Thread ralf3u via Github-comments
Closed #3797 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3797#event-12281140018 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Add a 1px black border around the tab-switcher (Issue #3797)

2024-03-28 Thread elextr via Github-comments
@ralf3u did it work using "menu" as the selector in the CSS? -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3797#issuecomment-2024823504 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Add a 1px black border around the tab-switcher (Issue #3797)

2024-03-28 Thread Enrico Tröger via Github-comments
> @eht16 The popup is a dynamically created menu, can you invoke the inspector > while it remains visible? No :(. This is what I meant with "I failed to pick the mentioned menu" above. But maybe it is possible and it is just me not getting it. Maybe a search engine can help on this or some GTK

[Github-comments] Re: [geany/geany] Add a 1px black border around the tab-switcher (Issue #3797)

2024-03-24 Thread xiota via Github-comments
I see now. Yes, different popup. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3797#issuecomment-2017027850 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Add a 1px black border around the tab-switcher (Issue #3797)

2024-03-24 Thread elextr via Github-comments
@xiota h, we seem to be talking about different things. Here (Geany 1.38 and 2.0) shift+f10 does not create a dialog, it creates a popup menu, which isn't named. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3797#issuecomment-2016996898 You

[Github-comments] Re: [geany/geany] Add a 1px black border around the tab-switcher (Issue #3797)

2024-03-24 Thread xiota via Github-comments
Unknown reason, the tab switcher dialog on my computer is named GeanyDialog, and the CSS I pasted does work. Maybe the switcher dialog should be assigned a name (GeanyDialogSwitcher?) so that it can be styled more easily after the next release. -- Reply to this email directly or view it on

[Github-comments] Re: [geany/geany] Add a 1px black border around the tab-switcher (Issue #3797)

2024-03-24 Thread elextr via Github-comments
@xiota does that change the tab switcher popup, AFAICT (from the code) it has no name? @ralf3u thats why I suggested using "menu" as the selector. AFAICT GeanyDialog is only used for dialogs, except for GeanyDialogSearch and GeanyDialogProject which for some reason have their own names. But

[Github-comments] Re: [geany/geany] Add a 1px black border around the tab-switcher (Issue #3797)

2024-03-24 Thread ralf3u via Github-comments
I added the code from the last comment in geany.css. First in geany.css that is located in .config/geany/, and then in geany.css that is located in /usr/share/geany/. After a restart of Geany the tab-switcher has still no border. -- Reply to this email directly or view it on GitHub:

[Github-comments] Re: [geany/geany] Add a 1px black border around the tab-switcher (Issue #3797)

2024-03-24 Thread xiota via Github-comments
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;

[Github-comments] Re: [geany/geany] Add a 1px black border around the tab-switcher (Issue #3797)

2024-03-24 Thread elextr via Github-comments
@ralf3u > > You could try applying it to all menus [...] > How? menu?? Most GTK classes have the CSS nodes specified in the docs, like [menu](https://docs.gtk.org/gtk3/class.Menu.html#css-nodes) @eht16 The popup is a dynamically created menu, can you invoke the inspector while it remains

[Github-comments] Re: [geany/geany] Add a 1px black border around the tab-switcher (Issue #3797)

2024-03-24 Thread Enrico Tröger via Github-comments
Maybe the GTK Inspector can help, https://wiki.gnome.org/Projects/GTK/Inspector. Basically, enable it by executing `gsettings set org.gtk.Settings.Debug enable-inspector-keybinding true` and then start it from within Geany with the keyboard shortcut `Control-Shift-D`. The inspector allows to

[Github-comments] Re: [geany/geany] Add a 1px black border around the tab-switcher (Issue #3797)

2024-03-24 Thread ralf3u via Github-comments
>You could try applying it to all menus [...] How? -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3797#issuecomment-2016824876 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Add a 1px black border around the tab-switcher (Issue #3797)

2024-03-23 Thread elextr via Github-comments
Only the listed selectors exist, the popup isn't named. You could try applying it to all menus and see if it ruins the normal menus, or maybe even makes them clearer as well. -- Reply to this email directly or view it on GitHub:

[Github-comments] Re: [geany/geany] Add a 1px black border around the tab-switcher (Issue #3797)

2024-03-23 Thread ralf3u via Github-comments
>I don't remember if 1.38 has Tools->Configuration Files->geany.css to handle >all the copying and stuff Yes, it has. > You can make tweaks using geany.ccs I know that I have to add the value `border: 1px solid black;`, but I don't know the selector name. On this webpage

[Github-comments] Re: [geany/geany] Add a 1px black border around the tab-switcher (Issue #3797)

2024-03-23 Thread elextr via Github-comments
Things like this are not controlled by Geany, they are controlled by the GTK theme. You can make tweaks using geany.ccs, (I don't remember if 1.38 has `Tools->Configuration Files->geany.css` to handle all the copying and stuff) but having no experience with ePaper displays and their