This repository has been archived on 2024-05-06. You can view files and clone it, but cannot push or open issues or pull requests.
2021-01-07 18:44:37 +00:00

20 lines
396 B
SCSS

//
// 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;
}
}