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

28 lines
501 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);
2023-03-16 14:23:23 +08:00
color:black;
2023-03-16 11:34:52 +08:00
}
.accdoration menubar{
background: rgba(255, 255, 255, 0.5);
}
2023-03-16 14:23:23 +08:00
.accdoration popover{
color: black;
}
2023-03-16 11:34:52 +08:00
.accdoration box{
background: rgba(255, 255, 255, 0.5);
}
2023-03-16 14:23:23 +08:00
.accdoration button{
color:black;
}