You are not logged in.
Pages: 1
This is a continuation of "icons in launcher with several items" https://forum.xfce.org/viewtopic.php?id=17404
I would like to know if there is a way to specify in .css that these are launcher popups only, because after applying
.popup>menu>menuitem>box>image {-gtk-icon-transform: scale(0.5);margin: -10px}
the icons in the right click menu on desktop also become smaller.
I used 0.4 as scale, launchers icons are ok for me, but the desktop right click menu icons are like a few dots (4x4 or 5x5 aprox.).
Small curiosity: in the "applications" submenu of the right-click desktop menu the icons do not change size but in "templates" submenu they do...
Last edited by peter.48 (2024-11-01 04:29:39)
Offline
Looks like you will need to target each individual launcher ID with something like:
#launcher-XX .popup>menu>menuitem>box>image {-gtk-icon-transform: scale(0.5);margin: -10px}
...where XX is the individual ID of each launcher - meaning you'll need multiple entries here. You can get the ID by hovering over the launcher plugin entry on the item list in Panel Preferences.
Mark solved threads as [SOLVED] to make it easier for others to find solutions.
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Thank you, I will try.
With # at the beginning of the line?
Added later 06 min 38 s:
Super, this work.
Thank you very much.
Offline
Pages: 1
[ Generated in 0.009 seconds, 7 queries executed - Memory usage: 521.92 KiB (Peak: 522.77 KiB) ]