Add glowing borders around browser items

The styling is mostly hardcoded for now, need to figure it out.
This commit is contained in:
2021-11-08 08:13:07 +01:00
parent 155f57db20
commit 527a081f54
2 changed files with 108 additions and 8 deletions

View File

@@ -304,7 +304,7 @@ main(int argc, char *argv[])
gtk_window_set_default_icon_name(PROJECT_NAME);
const char *style = "fastiv-view, fastiv-browser { background: black; }"
const char *style = "fastiv-view, fastiv-browser { background: #222; }"
"fastiv-browser { padding: 5px; }";
GtkCssProvider *provider = gtk_css_provider_new();
gtk_css_provider_load_from_data(provider, style, strlen(style), NULL);