mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-01-01 12:25:06 +08:00
fix extra-network-control--enabled color
also add forgotten semicolon
This commit is contained in:
parent
b7f45e67dc
commit
13fd466c18
10
style.css
10
style.css
@ -851,13 +851,13 @@ table.popup-table .link{
|
||||
#extensions tr:hover td,
|
||||
#config_state_extensions tr:hover td,
|
||||
#available_extensions tr:hover td {
|
||||
background: rgba(0, 0, 0, 0.15)
|
||||
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)
|
||||
background: rgba(255, 255, 255, 0.15);
|
||||
}
|
||||
|
||||
/* replace original footer with ours */
|
||||
@ -1513,12 +1513,12 @@ body.resizing .resize-handle {
|
||||
background-color: var(--input-placeholder-color);
|
||||
}
|
||||
|
||||
.dark .extra-network-control .extra-network-control--enabled {
|
||||
background-color: var(--neutral-700);
|
||||
.extra-network-control .extra-network-control--enabled {
|
||||
background-color: rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
|
||||
.dark .extra-network-control .extra-network-control--enabled {
|
||||
background-color: var(--neutral-300);
|
||||
background-color: rgba(255, 255, 255, 0.15);
|
||||
}
|
||||
|
||||
/* ==== REFRESH ICON ACTIONS ==== */
|
||||
|
Loading…
Reference in New Issue
Block a user