Skip to content

Commit

Permalink
! show pointer cursor over linked non-images
Browse files Browse the repository at this point in the history
  • Loading branch information
Spuds committed Feb 13, 2024
1 parent 1df7e37 commit 5a9fa14
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions levgal_res/main.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
This is the CSS for Levertine Gallery (LTR) v1.2.1
This is the CSS for Levertine Gallery (LTR) v1.2.2
**/
:root {
--shadow-color: rgba(158, 158, 158, .38);
Expand Down Expand Up @@ -200,6 +200,10 @@ dl.album_details dd, dl.album_info dd {
max-width: 90%;
}

.lg_item a #item_generic {
cursor: pointer;
}

.prev_next {
display: none;
}
Expand Down Expand Up @@ -528,7 +532,7 @@ li.album_hierarchy_compact ul {
max-height: 125px;
margin: 0 auto;
transform: translateY(-50%);
object-fit: contain;
object-fit: contain;
}

.album_thumbnail {
Expand Down

0 comments on commit 5a9fa14

Please sign in to comment.