Skip to content

Commit

Permalink
Merge pull request #14885 from AUTOMATIC1111/extensions-tab-table-row…
Browse files Browse the repository at this point in the history
…-hover-highlight

extensions tab table row hover highlight
  • Loading branch information
AUTOMATIC1111 committed Feb 11, 2024
2 parents d69a794 + 7583351 commit d2246df
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -846,6 +846,20 @@ table.popup-table .link{
display: inline-block;
}

/* extensions tab table row hover highlight */

#extensions tr:hover td,
#config_state_extensions tr:hover td,
#available_extensions tr:hover td {
background: rgba(0, 0, 0, 0.15)
}

.dark #extensions tr:hover td ,
.dark #config_state_extensions tr:hover td ,
.dark #available_extensions tr:hover td {
background: rgba(255, 255, 255, 0.15)
}

/* replace original footer with ours */

footer {
Expand Down

0 comments on commit d2246df

Please sign in to comment.