! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
[PATCH] Add launcher styleclass
Status:
RESOLVED: WONTFIX
Product:
Xfce4-panel
Component:
Launcher

Comments

Description ToZ editbugs 2018-12-31 16:58:55 CET
Created attachment 8212 
Add launcher styleclass

Patch included. Add a launcher style class to make it easier to style all launchers as a set. For example:

.launcher image {
-gtk-icon-transform: scale(0.5);
}

OR

.launcher button {
margin: 5px
}
Comment 1 Simon Steinbeiss editbugs 2019-01-08 23:07:32 CET
You can instead use the already available widget name #launcher-arrow, e.g. like this:

#launcher-arrow image {
-gtk-icon-transform: scale(0.5);
}

or

#launcher-arrow {
margin: 5px;
}

Personally I feel this is sufficient. In theory we can switch to a class instead of the widget name though - I know many prefer classes over names (although I'm not sure why exactly :))
Comment 2 ToZ editbugs 2019-01-09 00:26:26 CET
That makes sense. Thanks.

Bug #15004

Reported by:
ToZ
Reported on: 2018-12-31
Last modified on: 2019-01-09

People

Assignee:
Simon Steinbeiss
CC List:
1 user

Version

Version:
4.13.3

Attachments

Add launcher styleclass (737 bytes, patch)
2018-12-31 16:58 CET , ToZ
no flags

Additional information