From d348ff0e06a06e2ef920c14707d2a82a9dacb659 Mon Sep 17 00:00:00 2001 From: EMH-Mark-I Date: Wed, 2 Jun 2021 09:34:24 -0500 Subject: [PATCH] Fix Thunar spinner and badge icon This commit should fix the Thunar spinner and badge icons to address newer versions of Thunar. It should also be backwards compatible with older GTK3 versions of Thunar. --- Theme/Chicago95/gtk-3.0/apps/thunar.css | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Theme/Chicago95/gtk-3.0/apps/thunar.css b/Theme/Chicago95/gtk-3.0/apps/thunar.css index ed40696..bed8abf 100644 --- a/Theme/Chicago95/gtk-3.0/apps/thunar.css +++ b/Theme/Chicago95/gtk-3.0/apps/thunar.css @@ -34,21 +34,19 @@ Make sure that all changes made here are part of the Thunar application. padding: 1px; margin-right: 4px; } -/*.thunar #main-menu { +/*.thunar menubar { border-top: 1px solid @bg_shade; - box-shadow: inset 0px 1px @bg_bright, inset -1px -1px @bg_shade; - border-bottom: 1px solid @bg_bright; - border-right: 1px solid @bg_bright; }*/ -/* .thunar #main-menu spinner { - min-width: 8px; + box-shadow: inset 0px 1px @bg_bright; }*/ +/* .thunar menubar spinner { + min-width: 16px; min-height: 8px; -gtk-icon-source: none; - background: #000000; } */ -.thunar #main-menu { + background: none; } */ +.thunar menubar { min-height: 24px; } /* You can enable the spin button theme by uncommenting the following! */ -/* .thunar #main-menu > menuitem:not(#edit-menu):not(#file-menu):not(#view-menu):not(#go-menu):not(#help-menu) { +/* .thunar menubar > menuitem:last-child { background-color: black; border-left: 1px solid @bg_shade; box-shadow: inset 1px 0px @bg_bright;