Update bookedAppointment.css

This commit is contained in:
AkhilBarthwal005 2020-10-30 11:36:54 +05:30 committed by GitHub
parent 132dfc66f7
commit be79035df8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
th{
width: 100%;
}
.btn{
.btn-booked{
color: black;
background-color: red;
border-radius: 2;
@ -16,7 +16,7 @@ width: 100%;
outline: none;
cursor: pointer;
}
.btn:hover{
.btn-booked:hover{
color: white;
}
th, td {