Initial commit

This commit is contained in:
2021-01-07 18:44:37 +00:00
commit 6148739c1a
455 changed files with 77698 additions and 0 deletions

20
gtk-3.20/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;
}
}