Skip to content

Commit

Permalink
updated the remaining buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliedex committed Oct 9, 2024
1 parent cc4114b commit 99a690a
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ padding: 0%;
justify-content: center;
}

.add-edit-button:hover{
font-weight: bold;
cursor: pointer;
}

#user-list-section h2, .balances h2, .expense-box h2 {
padding: 0.313em 0em 0.313em 1.88em;
margin-top: 0px;
Expand Down Expand Up @@ -369,6 +374,10 @@ display: flex;
list-style: none; /* Remove default list styling */
}

.event-name:hover {
cursor: pointer;
}


.event-name-container h2 {
color: #294633;
Expand Down Expand Up @@ -439,8 +448,8 @@ display: flex;
}

.edit-event-name-button:hover {
background-color: #4caf50; /* Green background on hover */
color: white;
cursor: pointer;
font-weight: bold;
}

.edit-event-name-input {
Expand Down Expand Up @@ -523,10 +532,16 @@ display: flex;
border-style: solid;
border-color: black;
}

#username {
cursor: pointer;
}
#form-close {
margin-right: 10px;
}
#form-close:hover {
font-weight: bold;
cursor: pointer;
}

#get-information label {
font-size: 1em;
Expand All @@ -543,6 +558,10 @@ display: flex;
height: 30px;
width: 80px;
}
#submit-name:hover{
font-weight: bold;
cursor: pointer;
}

#user-list-section {
background-color: white;
Expand Down

0 comments on commit 99a690a

Please sign in to comment.