gtk: fix menu separator colors (again)

This commit is contained in:
Jeffrey C. Ollie
2025-02-22 20:23:16 -06:00
parent e7cbb7fd16
commit 427da79a02
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
background-color: transparent;
}
.terminal-window .notebook separator {
.terminal-window .notebook paned > separator {
background-color: rgba(36, 36, 36, 1);
background-clip: content-box;
}

View File

@ -45,7 +45,7 @@ window.ssd.no-border-radius {
background-color: transparent;
}
.terminal-window .notebook separator {
.terminal-window .notebook paned > separator {
background-color: rgba(250, 250, 250, 1);
background-clip: content-box;
}