mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03: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