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

pull/5957/head
Tristan Partin 2025-02-22 23:30:30 -06:00 committed by GitHub
commit 65c65b9c97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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;
}