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