gtk: fix menu separator colors (again) (#5945)

This commit is contained in:
Tristan Partin
2025-02-22 23:30:30 -06:00
committed by GitHub
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;
}