Skip to content

Commit

Permalink
Update calc_style.css
Browse files Browse the repository at this point in the history
Added pointer cursor to the buttons on hover for better experience.
  • Loading branch information
iMuhammad3 authored Aug 15, 2023
1 parent 7f26772 commit c6f885d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/calc_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ button {

button:hover {
background-color: #999999;
cursor: pointer;
}

.operator {
Expand All @@ -81,4 +82,4 @@ button:hover {
#equal_sign {
width: 100%;
border-radius: 15px;
}
}

0 comments on commit c6f885d

Please sign in to comment.