Commit d2246df1 authored by AUTOMATIC1111's avatar AUTOMATIC1111 Committed by GitHub

Merge pull request #14885 from AUTOMATIC1111/extensions-tab-table-row-hover-highlight

extensions tab table row hover highlight
parents d69a7944 75833517
...@@ -846,6 +846,20 @@ table.popup-table .link{ ...@@ -846,6 +846,20 @@ table.popup-table .link{
display: inline-block; 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 */ /* replace original footer with ours */
footer { footer {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment