Maybe it would be good to add even more CSS as comment, like this for example:
```
/*
/* size of the scrollbar */
scrollbar slider {
min-width: 10px;
border-right: 10px solid transparent;
}
/* border around the tab-switcher (Shift+F10) and border in the menu-list of
each item of the menu bar; that makes particular sense when using an
epaper-display */
menu {border: 1px solid black}
/* design of the tab-titles; the values make particular sense when menu bar is
disabled */
tab {
padding-top: 25px;
padding-bottom: 10px;
padding-left: 35px;
}
/* design of the tab-title of active tabs (so, one tab of the editor, one tab
of the sidebar and one tab of the message window) */
tab:checked {
font-weight: bold;
}
/* design of the tab-title of the tab that is in focus */
/* visit
https://github.com/xiota/geany-preview/issues/5#issuecomment-2016831500 for
more information */
#geany-xitweaks-notebook-tab-focus,
#geany-xitweaks-notebook-tab-focus label {
border-bottom: 5px solid black;
}
/* design of the tab-title of the tabs that are not in focus */
/* visit
https://github.com/xiota/geany-preview/issues/5#issuecomment-2016831500 for
more information */
#geany-xitweaks-notebook-tab-unfocus,
#geany-xitweaks-notebook-tab-unfocus label {
border-bottom: 5px solid transparent;
}
*/
```
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3483#issuecomment-2025218987
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3483/[email protected]>