>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 https://www.geany.org/manual/dev/geany.txt, there is this text: >Geany offers a number of CSS IDs which can be used to taylor its appearance. >Among the more interesting include: I tried in geany.css different selector names, like ``` #geany-tab-switch #geany-tabswitcher #geany-tab-switcher #geany-switcher #geany-switch ``` but it does not work. Where do I find some more CSS IDs? Thank you for an answer in advance. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3797#issuecomment-2016535006 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/issues/3797/[email protected]>
