Skip to content

Consistent look for libadwaita and gtk3 window controls #77

Open
@cpuccino

Description

@cpuccino

Currently: The window controls for default libadwaita apps look different from the fluent theme being used.

  • Close button hover state for libadwaita doesn't have a red background
  • Minimize and Maximize hover state for libadwaita has a "circle*" background

Image


Expected: Both should be consistent


Minimal POC (Only tested on fluent-circle theme)

gtk4.css

headerbar windowhandle box windowcontrols button image {
  background-image: none;
  background-color: transparent;
  padding: 4px;
}

headerbar windowhandle box windowcontrols button:hover image {
  background-color: rgba(75, 75, 75, 0.7);
  color: white;
}

headerbar windowhandle box windowcontrols button.close:hover image {
  background-color: #E57373;
  color: white;
}

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions