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

30 lines
470 B
CSS
Executable File

/*******
* OSD *
*******/
.background.osd {
color: @osd_fg;
background-color: @osd_bg;
}
.osd .view,
.osd.view {
background-color: @osd_base;
}
.osd.button,
.osd .button {
background-color: @osd_bg;
background-image: none;
color: @osd_fg;
}
.osd.toolbar {
-GtkToolbar-button-relief: none;
border: 1px solid shade(@osd_bg,0.8);
border-radius: 4px;
background-color: @osd_bg;
background-image: none;
color: @osd_fg;
}