Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request]: I have a very simple QOL improvement that takes one second. #14882

Closed
1 task done
marketingmike opened this issue Feb 10, 2024 · 1 comment
Closed
1 task done
Labels
enhancement New feature or request

Comments

@marketingmike
Copy link

Is there an existing issue for this?

  • I have searched the existing issues and checked the recent builds/commits

What would your feature do ?

My Feature changes the background color of the cells in the available extensions tab allowing for your eyes to more easily see which extensions are the ones with more stars when scrolling through the list and it's a very simple fix.

here is the after
image

Proposed workflow

to add it, go to the styles.css find the section with #available_extensions code and add

#available_extensions tr:hover td {
background-color:lightgrey
}

Additional information

#available_extensions tr:hover td {
background-color:lightgrey
}

@marketingmike marketingmike added the enhancement New feature or request label Feb 10, 2024
@w-e-w
Copy link
Collaborator

w-e-w commented Feb 10, 2024

you can't use a fix color you have to set different colors for light and dark theme otherwise it would look horrible
for the one that you didn't design for
also it's better to use transparency otherwise if you have a background image it will be covered up and will look horrible

@w-e-w w-e-w closed this as completed Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants