Skip to content

Add CSS identifiers to widgets to allow for style customization #72

Closed
@orontee

Description

Sample ~/.config/gtk-3.0/gtk.css file:

* {
    font-size: 13pt;
}

#tracklist-button-box image,#album-details-button-box image,#playlist-button-box image {
  min-height: 30px;
  min-width: 30px;
}

.titlebar button {
  min-height: 30px;
  min-width: 30px;
}

Instructions to identify style properties and dynamically test custom styles: https://wiki.gnome.org/Projects/GTK/Inspector

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions