mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-02-04 10:49:10 -06:00
17 lines
246 B
CSS
17 lines
246 B
CSS
.wall-item-container:hover .marker-delete-button {
|
|
display: block;
|
|
}
|
|
|
|
.marker-delete-button {
|
|
display: none;
|
|
opacity: 0.25;
|
|
position: absolute;
|
|
top: 5px;
|
|
right: 5px;
|
|
z-index: 999;
|
|
}
|
|
|
|
.marker-delete-button:hover {
|
|
opacity: 0.75;
|
|
}
|