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

28 lines
501 B
CSS

/*
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);
color:black;
}
.accdoration menubar{
background: rgba(255, 255, 255, 0.5);
}
.accdoration popover{
color: black;
}
.accdoration box{
background: rgba(255, 255, 255, 0.5);
}
.accdoration button{
color:black;
}