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.
This commit is contained in:
EMH-Mark-I 2021-06-02 09:34:24 -05:00
parent 410d59feb7
commit d348ff0e06

View File

@ -34,21 +34,19 @@ Make sure that all changes made here are part of the Thunar application.
padding: 1px; padding: 1px;
margin-right: 4px; } margin-right: 4px; }
/*.thunar #main-menu { /*.thunar menubar {
border-top: 1px solid @bg_shade; border-top: 1px solid @bg_shade;
box-shadow: inset 0px 1px @bg_bright, inset -1px -1px @bg_shade; box-shadow: inset 0px 1px @bg_bright; }*/
border-bottom: 1px solid @bg_bright; /* .thunar menubar spinner {
border-right: 1px solid @bg_bright; }*/ min-width: 16px;
/* .thunar #main-menu spinner {
min-width: 8px;
min-height: 8px; min-height: 8px;
-gtk-icon-source: none; -gtk-icon-source: none;
background: #000000; } */ background: none; } */
.thunar #main-menu { .thunar menubar {
min-height: 24px; } min-height: 24px; }
/* You can enable the spin button theme by uncommenting the following! */ /* 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; background-color: black;
border-left: 1px solid @bg_shade; border-left: 1px solid @bg_shade;
box-shadow: inset 1px 0px @bg_bright; box-shadow: inset 1px 0px @bg_bright;