This is what I already have:
```
/* design of tabs */
notebook tab {
padding-top:25px;
padding-bottom:10px;
padding-left: 35px;
}
/* design of the active tab/tabs */
notebook tab:checked label {
font-weight: bold;
border-bottom: 5px solid black;
}
```
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/discussions/3784#discussioncomment-8683796
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/repo-discussions/3784/comments/[email protected]>