From aabb6fb1cc226668f67815e3615101638ae94817 Mon Sep 17 00:00:00 2001 From: eidheim Date: Wed, 6 May 2020 13:38:18 +0200 Subject: [PATCH] Updated styling example --- docs/custom_styling.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/custom_styling.md b/docs/custom_styling.md index 8789a3d..1148dd2 100644 --- a/docs/custom_styling.md +++ b/docs/custom_styling.md @@ -14,7 +14,11 @@ was made with the following ~/.config/gtk-3.0/gtk.css: background-size: 100% 100%; } -.juci_directories * { +.juci_directories { + background-color: rgba(255, 255, 255, 0.7); +} + +.juci_directories button { background-color: rgba(255, 255, 255, 0.7); } @@ -22,8 +26,8 @@ was made with the following ~/.config/gtk-3.0/gtk.css: background-color: rgba(200, 200, 200, 0.6); } -.juci_directories button * { - background: transparent; +.juci_terminal_scrolledwindow { + background-color: rgba(255, 255, 255, 0.8); } .juci_terminal { @@ -34,10 +38,6 @@ was made with the following ~/.config/gtk-3.0/gtk.css: background: transparent; } -.juci_terminal_scrolledwindow { - background-color: rgba(255, 255, 255, 0.8); -} - .juci_notebook { background-color: rgba(255, 255, 255, 0.8); }