mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-06-07 21:20:49 +00:00
extensions tab table row hover highlight
This commit is contained in:
parent
d69a7944c9
commit
7583351760
14
style.css
14
style.css
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user