Gitea: Make the inactive (Open / Close) button background color darker #128

Open
opened 2024-10-21 22:49:09 +02:00 by xan2622 · 1 comment

On the Issues and Pull Requests pages, the background colors for the active and inactive (Open / Closed) buttons are too similar. IMO, the inactive button should be darker.

As a comparison, here is how it looks on the demo Gitea website: https://demo.gitea.com/twittor/demo/pulls

Current background color:

image1

Proposal:

image2

I suggest that the inactive button have the same background color as the Unstar button or that its opacity be set to 33%.

.issue-list-toolbar-left a.item {
    opacity: 33%;
}

.issue-list-toolbar-left a.active.item {
    opacity: 100%;
}
On the [Issues](https://projects.blender.org/blender/blender/issues) and [Pull Requests](https://projects.blender.org/blender/blender/pulls) pages, the background colors for the active and inactive (Open / Closed) buttons are too similar. IMO, the inactive button should be darker. As a comparison, here is how it looks on the _demo Gitea website_: https://demo.gitea.com/twittor/demo/pulls Current background color: ![image1](/attachments/051d5af8-fb44-49b6-9d94-e6b7c4d298d1) Proposal: ![image2](/attachments/fad6e926-3de2-403d-ac76-4b5d25dd51f4) I suggest that the inactive button have the same background color as the Unstar button or that its opacity be set to 33%. .issue-list-toolbar-left a.item { opacity: 33%; } .issue-list-toolbar-left a.active.item { opacity: 100%; }

@pablovazquez Is it something that you can look into after the conference?

@pablovazquez Is it something that you can look into after the conference?
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: infrastructure/blender-projects-platform#128
No description provided.