mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-29 08:34:48 +02:00
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:
parent
410d59feb7
commit
d348ff0e06
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user