Xfce Forum

Sub domains
 

You are not logged in.

#1 2023-09-01 04:43:58

sonycdr
Member
Registered: 2009-01-30
Posts: 130

[SOLVED] How padding timer plugin?

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

#2 2023-09-01 09:44:07

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 11,093

Re: [SOLVED] How padding timer plugin?

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

#3 2023-09-01 23:08:55

sonycdr
Member
Registered: 2009-01-30
Posts: 130

Re: [SOLVED] How padding timer plugin?

Thanks ToZ. That works!

Offline

Board footer

Powered by FluxBB