diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
index b6baaf5..691a697 100644
a
|
b
|
icon_large = icon_base * 5 |
126 | 126 | /* Backgrounds and windows */ |
127 | 127 | |
128 | 128 | GtkWindow { |
129 | | background-color: @panel_grey; |
130 | 129 | color: @black; |
131 | 130 | } |
132 | 131 | |
| 132 | .background { |
| 133 | background-color: @panel_grey; |
| 134 | } |
| 135 | |
133 | 136 | GtkDialog { |
134 | 137 | background-color: @black; |
135 | 138 | color: @white; |
136 | 139 | } |
137 | 140 | |
138 | | SugarIntroWindow { |
| 141 | SugarIntroWindow.background { |
139 | 142 | background-color: @white; |
140 | 143 | } |
141 | 144 | |
… |
… |
SugarHTray * , SugarVTray * { background-color: @toolbar_grey;} |
407 | 410 | /* Menus and palettes */ |
408 | 411 | |
409 | 412 | SugarPaletteWindowWidget { |
410 | | background-color: @black; |
411 | 413 | color: @white; |
412 | 414 | } |
413 | 415 | |
| 416 | SugarPaletteWindowWidget.background { |
| 417 | background-color: @black; |
| 418 | } |
| 419 | |
414 | 420 | SugarPaletteWindowWidget .view { |
415 | 421 | color: @black; |
416 | 422 | } |
417 | 423 | |
418 | | SugarPaletteMenuWidget { |
| 424 | SugarPaletteMenuWidget.background { |
419 | 425 | background-color: @black; |
420 | 426 | } |
421 | 427 | |
… |
… |
GtkImage { |
758 | 764 | |
759 | 765 | /* Sugar Frame Window */ |
760 | 766 | |
761 | | SugarFrameWindow { |
| 767 | SugarFrameWindow.background { |
762 | 768 | background-color: @toolbar_grey; |
763 | 769 | } |
764 | 770 | |