Xfce Forum

Sub domains
 

You are not logged in.

#1 2020-03-11 20:26:08

qx4vv9a
Member
Registered: 2019-08-12
Posts: 26

[SOLVED] how to get all panel icons insensitive in gtk3?

hi,
the panel icons get a little highlighted when hovering = sensitive.
how to get this into gtk.css?
Thanks Tim

Last edited by qx4vv9a (2020-03-12 16:26:17)

Offline

#2 2020-03-12 10:35:42

qx4vv9a
Member
Registered: 2019-08-12
Posts: 26

Re: [SOLVED] how to get all panel icons insensitive in gtk3?

solved:
.xfce4-panel button:hover { -gtk-icon-effect: none; }

to get rid of highlight effects exept highlighting of desktop icons this is maybe useful:
note: works on Adwaita!

.tasklist button { color: #e4e4e4; }
.tasklist button:checked { color: #000000; }
.xfce4-panel { font-weight: bold; }
.xfce4-panel button:hover { -gtk-icon-effect: none; -gtk-icon-shadow: none; 
   text-shadow: none; border-color: transparent; background-image: none; 
   border-radius: 5; border-color: transparent; box-shadow: none; color: none; 
   transition: none; }
.xfce4-panel button:checked:hover { border-color: transparent; 
   background-image: none; border-radius: 5; border-color: transparent; 
   box-shadow: none; color: #000000; background-color: #d1d1d1; 
   transition: none; }

Last edited by qx4vv9a (2020-03-12 16:45:36)

Offline

Board footer

Powered by FluxBB