mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-05-31 12:38:40 +03:00
apprt/gtk: move some static CSS to the style.css file (#4011)
This commit is contained in:
@ -972,9 +972,6 @@ fn loadRuntimeCss(
|
||||
const headerbar_foreground = config.@"window-titlebar-foreground" orelse config.foreground;
|
||||
|
||||
try writer.print(
|
||||
\\window.without-window-decoration-and-with-titlebar {{
|
||||
\\ border-radius: 0 0;
|
||||
\\}}
|
||||
\\widget.unfocused-split {{
|
||||
\\ opacity: {d:.2};
|
||||
\\ background-color: rgb({d},{d},{d});
|
||||
|
@ -33,6 +33,10 @@ label.size-overlay.hidden {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
window.without-window-decoration-and-with-titlebar {
|
||||
border-radius: 0 0;
|
||||
}
|
||||
|
||||
.transparent {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
Reference in New Issue
Block a user