From e1d4af10fa9994304c8ea123f3e4e0732d44fbc3 Mon Sep 17 00:00:00 2001 From: eidheim Date: Mon, 18 May 2020 10:39:13 +0200 Subject: [PATCH] Slight adjustment to custom styling example: source view slider is now shown --- docs/custom_styling.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/custom_styling.md b/docs/custom_styling.md index 6ba0d54..2dbee89 100644 --- a/docs/custom_styling.md +++ b/docs/custom_styling.md @@ -38,11 +38,11 @@ was made with the following ~/.config/gtk-3.0/gtk.css: background: transparent; } -.juci_notebook { +.juci_notebook :not(slider) { background-color: rgba(255, 255, 255, 0.8); } -.juci_notebook * { +.juci_notebook * :not(slider) { background: transparent; }