Added styling for the new reboot server icon

This commit is contained in:
ThisModernDay 2023-10-22 12:55:20 -04:00
parent 4aeca626bd
commit c645ef8fcf

View File

@ -142,6 +142,15 @@ body {
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 {
width: 10px;
height: 20px;
@ -218,6 +227,15 @@ button.comfy-settings-btn {
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 {
margin: 6px 0 !important;
}