Xe-Release/XeRelease_Gtkmm4/res/style.css

23 lines
444 B
CSS
Raw Permalink Normal View History

2022-07-26 13:01:38 +08:00
/*
您可以在这里输入任何 GTK+ 可识别的 CSS 规则
您可以点击上面的暂停按钮来暂时停用这个自定义 CSS
变更会立即应用到全局影响整个应用程序
*/
2023-03-16 15:58:44 +08:00
.style_light{
background: rgba(255, 255, 255, 0.5);
}
.style_light box{
2022-07-26 13:01:38 +08:00
background-color:rgba(255,255,255,0.5);
2023-03-16 15:58:44 +08:00
}
.style_dark{
background:rgba(34, 34, 35, 0.5);
}
.style_dark box{
background-color:rgba(34, 34, 35, 0.5);
}