You are not logged in.
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
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
[ Generated in 0.006 seconds, 7 queries executed - Memory usage: 515.43 KiB (Peak: 529.25 KiB) ]