From e14bcc5770c46cc7e813bfcda6afdbe6d97bebe2 Mon Sep 17 00:00:00 2001 From: Jabiertxof Date: Tue, 18 Jun 2019 02:09:59 +0200 Subject: Fix compiling issues --- share/ui/style.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'share') diff --git a/share/ui/style.css b/share/ui/style.css index 910e3353c..fac3e18a6 100644 --- a/share/ui/style.css +++ b/share/ui/style.css @@ -66,18 +66,18 @@ * ::::::: Color based * ::::::: apply to colors * ::::::: scope widget and all his childs - * ".inversestyle" invert window colors + * ".invertstyle" invert window colors * ".brightstyle" force bright colors no matter the UI is dark or bright * ".darkstyle" same but dark * ".defaultstyle" use default window color for child wigets inside a modified one * :::::::: Icon Based. - * ".iconsymbolic" Force icon symbolic - * ".iconregular" Force colorful icons + * ".symbolic" Force icon symbolic + * ".regular" Force colorful icons * :::::::: Combo box. * "..combobright" Combo bright */ -* { +image { -gtk-icon-palette: default; } @@ -102,8 +102,8 @@ .bright .darkstyle *, .dark .brightstyle, .dark .brightstyle *, -.inversestyle, -.inversestyle * { +.invertstyle, +.invertstyle * { color: @theme_bg_color; background-color: @theme_fg_color; background-image: image(@theme_fg_color); -- cgit v1.2.3