mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-06 21:37:49 +00:00
gtk: fix menu separator colors (again)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user