apprt/gtk: move some static CSS to the style.css file

Signed-off-by: Tristan Partin <tristan@partin.io>
This commit is contained in:
Tristan Partin
2024-12-29 23:51:29 -06:00
committed by Jonathan Lopez
parent 1ad48ee8a0
commit 63949d97cb
2 changed files with 4 additions and 3 deletions

View File

@ -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});

View File

@ -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;
}