added generic widget background

This commit is contained in:
chronos 2021-11-22 18:45:32 +01:00
parent 988225d337
commit b72aa8ae24
1 changed files with 9 additions and 0 deletions

View File

@ -274,6 +274,15 @@ assistant .sidebar label.highlight {
.osd:backdrop {
text-shadow: none;
-gtk-icon-shadow: none; }*/
widget {
background-color: @theme_base_color_breeze;
color: @theme_text_color_breeze;
}
headerbar widget {
background-color: transparent;
color: inherit;
}
/*********************
* Spinner Animation *