From 107fa93888f2f5c40898721bf270e85ec845d247 Mon Sep 17 00:00:00 2001 From: knuxify Date: Tue, 9 Aug 2022 14:47:54 +0200 Subject: [PATCH] views: skills: give skills listbox window background --- data/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/style.css b/data/style.css index 04e8ef4..4613cc0 100644 --- a/data/style.css +++ b/data/style.css @@ -50,6 +50,10 @@ padding: 12px; } +.skills-list { + background-color: @window_bg_color; +} + .skills-list row { background-color: transparent; }