Skip to content

Commit 074a635

Browse files
CopilotProLoser
andauthored
Update prev/next card button styles: box-shadow on hover only, border-radius 5px
Agent-Logs-Url: https://github.com/ProLoser/funcheapmap/sessions/9e96c265-3137-4d8f-b42a-562ee7cb2407 Co-authored-by: ProLoser <67395+ProLoser@users.noreply.github.com>
1 parent 2be2b68 commit 074a635

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,11 @@ html, body, #map-canvas {
277277
line-height: 1;
278278
padding: 2px 6px;
279279
min-width: 28px;
280+
border-radius: 5px;
281+
box-shadow: none;
282+
&:hover {
283+
box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
284+
}
280285
}
281286

282287
#event-card-counter {

0 commit comments

Comments
 (0)