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;