Skip to content

Commit

Permalink
Merge pull request #63 from Vineet8800/feature/update-home-button-cursor
Browse files Browse the repository at this point in the history
Closes #53: Update from cursor to pointer on the Homepage
  • Loading branch information
nfoert authored Oct 4, 2024
2 parents ddcd057 + 914ce2a commit 7500868
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cardie/static/main/ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@

.ui_button_large:hover:enabled {
scale: 1.05;
cursor: pointer;
}

.ui_button_large:active:enabled {
Expand Down Expand Up @@ -112,6 +113,7 @@

.ui_button_grid:hover:enabled {
scale: 1.05;
cursor: pointer;
}

.ui_button_grid:active:enabled {
Expand Down Expand Up @@ -150,6 +152,7 @@

.ui_button_icon:hover:enabled {
scale: 1.1;
cursor: pointer;
}

.ui_button_icon:active:enabled {
Expand Down Expand Up @@ -190,6 +193,7 @@

.ui_button_smallicon:hover:enabled {
scale: 1.05;
cursor: pointer;
}

.ui_button_smallicon:active:enabled {
Expand Down Expand Up @@ -229,6 +233,7 @@

.ui_button_small:hover:enabled {
scale: 1.05;
cursor: pointer;
}

.ui_button_small:active:enabled {
Expand Down Expand Up @@ -630,4 +635,4 @@
.ui_link_generic:visited {
color: var(--default-text-color);
text-decoration: none;
}
}

0 comments on commit 7500868

Please sign in to comment.