From 3e9a388537642592736b004a8acc9d826885d922 Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch Date: Sat, 20 Nov 2021 12:19:09 +0100 Subject: Load symbolic icons as a fallback Now there are no missing items in the browsers. --- fastiv.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'fastiv.c') diff --git a/fastiv.c b/fastiv.c index 1ea8b58..a8206ff 100644 --- a/fastiv.c +++ b/fastiv.c @@ -489,7 +489,7 @@ main(int argc, char *argv[]) fastiv-view, fastiv-browser { background: #222; } \ fastiv-browser { padding: 5px; } \ fastiv-browser.item { \ - border: 1px solid rgba(255, 255, 255, 0.5); \ + border: 1px solid rgba(255, 255, 255, 0.375); \ margin: 10px; color: #000; \ background: #333; \ background-image: \ @@ -499,6 +499,10 @@ main(int argc, char *argv[]) linear-gradient(-45deg, transparent 74%, @fastiv-tile 74%); \ background-size: 40px 40px; \ background-position: 0 0, 0 20px, 20px -20px, -20px 0px; \ + } \ + fastiv-browser.item.symbolic { \ + border-color: transparent; color: #222; \ + background: #2c2c2c; background-image: none; \ }"; GtkCssProvider *provider = gtk_css_provider_new(); -- cgit v1.2.3-54-g00ecf