testing-repository/Gtkmm4/gtk146_gtkui6_a3/res/custom_style.css

19 lines
400 B
CSS
Raw Normal View History

2023-03-16 11:34:52 +08:00
/*
You can type here any CSS rule recognized by GTK.
You can temporarily disable this custom CSS by clicking on the Pause button above.
Changes are applied instantly and globally, for the whole application.
*/
.accdoration {
background:rgba(255, 255, 255, 0.5);
}
.accdoration menubar{
background: rgba(255, 255, 255, 0.5);
}
.accdoration box{
background: rgba(255, 255, 255, 0.5);
}