You are not logged in.
Pages: 1
I can identify my timer plugin and modify my gtk.css file but I can't apply padding to it.
Here a fragment of my gtk.css file
#xfce4-timer-plugin-21 .toggle {
padding: 0px 18px;
}
Last edited by sonycdr (2023-09-01 23:09:29)
Offline
Try:
#xfce4-timer-plugin-21 progressbar {
padding: 0px 18px;
}
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Thanks ToZ. That works!
Offline
Pages: 1
[ Generated in 0.010 seconds, 7 queries executed - Memory usage: 522.12 KiB (Peak: 529.21 KiB) ]