mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-12 22:42:36 +08:00
Added styling for the new reboot server icon
This commit is contained in:
parent
4aeca626bd
commit
c645ef8fcf
@ -142,6 +142,15 @@ body {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.comfy-menu > button:hover,
|
||||||
|
.comfy-menu-btns button:hover,
|
||||||
|
.comfy-menu .comfy-list button:hover,
|
||||||
|
.comfy-modal button:hover,
|
||||||
|
.comfy-reboot-server-button-icon:hover {
|
||||||
|
filter: brightness(1.2);
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
.comfy-menu span.drag-handle {
|
.comfy-menu span.drag-handle {
|
||||||
width: 10px;
|
width: 10px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
@ -218,6 +227,15 @@ button.comfy-settings-btn {
|
|||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button.comfy-reboot-server-button-icon {
|
||||||
|
background-color: rgba(0, 0, 0, 0);
|
||||||
|
font-size: 12px;
|
||||||
|
padding: 0;
|
||||||
|
position: absolute;
|
||||||
|
right: 15px;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
button.comfy-queue-btn {
|
button.comfy-queue-btn {
|
||||||
margin: 6px 0 !important;
|
margin: 6px 0 !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user