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, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/repo-discussions/3784/comments/8683796@github.com>