On 2023-01-04 08:59, Little Girl via Users wrote:
notebook > header.top > tabs > tab:hover:not(:checked), notebook > header.top > tabs > tab:checked { background-color: "white"; border-top-width: 3px; border-top-color: #FC7BF4; margin-top: 0; padding-top: 1px; }
(geany:4657): Geany-WARNING **: 11:23:04.479: Failed to load custom CSS: geany.css:44:22'' is not a valid color name
... God knows. line '44' is "background-color: "white";" ... so what's invalid about that is beyond me.
However, as Lucas suggests:
/* Color of active TAB */ notebook tab:checked { border-color: blue; border-width: 5px; } ... is pretty much just what I want, the active tab stands out. Funny tho, there's still the thin, lighter blue bar at the bottom of the tab, but at least now the whole tab has a bold blue border.