Gtk-4: Add initial suppport to gtk v4

This commit is contained in:
EliverLara
2021-12-05 13:56:24 -06:00
parent 028fe82356
commit 15064551dd
61 changed files with 20832 additions and 0 deletions

20
gtk-4.0/apps/_mate.scss Normal file
View File

@@ -0,0 +1,20 @@
//
// Mate OSD Window
//
MsdOsdWindow.background.osd {
border-radius: 2px;
border: 1px solid $borders_color;
.progressbar {
background-color: $selected_bg_color;
border: none;
border-color: $selected_bg_color;
border-radius: 5px;
}
.trough {
background-color: darken($osd_bg_color, 5%);
border: none;
border-radius: 5px;
}
}