10 lines
336 B
CSS
10 lines
336 B
CSS
#txt2img_sam_run_button, #img2img_sam_run_button, #txt2img_sam_dino_run_button, #img2img_sam_dino_run_button {
|
|
position: absolute;
|
|
display: none;
|
|
width: 100%;
|
|
}
|
|
|
|
#txt2img_sam_run_button:hover, #img2img_sam_run_button:hover, #txt2img_sam_dino_run_button:hover, #img2img_sam_dino_run_button:hover {
|
|
background: #b4c0cc;
|
|
}
|