mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-19 17:47:25 -05:00
make modal toolbar and icon opacity adjustable
This commit is contained in:
@@ -679,7 +679,7 @@ table.popup-table .link{
|
||||
transition: 0.2s ease background-color;
|
||||
}
|
||||
.modalControls:hover {
|
||||
background-color:rgba(0,0,0,0.9);
|
||||
background-color:rgba(0,0,0, var(--sd-webui-modal-lightbox-toolbar-opacity));
|
||||
}
|
||||
.modalClose {
|
||||
margin-left: auto;
|
||||
@@ -761,7 +761,7 @@ table.popup-table .link{
|
||||
.modalPrev,
|
||||
.modalNext,
|
||||
.modalControls .cursor {
|
||||
opacity: 0;
|
||||
opacity: var(--sd-webui-modal-lightbox-icon-opacity);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user