Seperate the control box better
This commit is contained in:
@@ -6,3 +6,7 @@
|
|||||||
background: #dd0000;
|
background: #dd0000;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.controlbox {
|
||||||
|
background: rgba(0,0,0,0.2);
|
||||||
|
}
|
||||||
|
4
main.c
4
main.c
@@ -1517,6 +1517,10 @@ main(int argc, char *argv[])
|
|||||||
GTK_STYLE_PROVIDER(provider),
|
GTK_STYLE_PROVIDER(provider),
|
||||||
GTK_STYLE_PROVIDER_PRIORITY_USER);
|
GTK_STYLE_PROVIDER_PRIORITY_USER);
|
||||||
context = gtk_widget_get_style_context(error_box);
|
context = gtk_widget_get_style_context(error_box);
|
||||||
|
gtk_style_context_add_provider(context,
|
||||||
|
GTK_STYLE_PROVIDER(provider),
|
||||||
|
GTK_STYLE_PROVIDER_PRIORITY_USER);
|
||||||
|
context = gtk_widget_get_style_context(control_box);
|
||||||
gtk_style_context_add_provider(context,
|
gtk_style_context_add_provider(context,
|
||||||
GTK_STYLE_PROVIDER(provider),
|
GTK_STYLE_PROVIDER(provider),
|
||||||
GTK_STYLE_PROVIDER_PRIORITY_USER);
|
GTK_STYLE_PROVIDER_PRIORITY_USER);
|
||||||
|
Reference in New Issue
Block a user