[Feature Request]: I have a very simple QOL improvement that takes one second. #14882
Closed
1 task done
Labels
enhancement
New feature or request
Is there an existing issue for this?
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
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
}
The text was updated successfully, but these errors were encountered: