gtk: fix menu separator colors (again)
parent
e7cbb7fd16
commit
427da79a02
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue