gtk: fix menu separator colors (again) (#5945)
commit
65c65b9c97
|
|
@ -2,7 +2,7 @@
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.terminal-window .notebook separator {
|
.terminal-window .notebook paned > separator {
|
||||||
background-color: rgba(36, 36, 36, 1);
|
background-color: rgba(36, 36, 36, 1);
|
||||||
background-clip: content-box;
|
background-clip: content-box;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@ window.ssd.no-border-radius {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.terminal-window .notebook separator {
|
.terminal-window .notebook paned > separator {
|
||||||
background-color: rgba(250, 250, 250, 1);
|
background-color: rgba(250, 250, 250, 1);
|
||||||
background-clip: content-box;
|
background-clip: content-box;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue