added search by course code

This commit is contained in:
Darshan Bhatta
2020-04-22 18:22:29 -05:00
parent cb09932e98
commit a0dc4cbace
3 changed files with 35 additions and 13 deletions

View File

@@ -548,3 +548,16 @@ input[type=number]::-webkit-outer-spin-button {
.meta-container{
margin: 5px 5px 10px 5px;
}
.input-box{
color: rgba(0, 0, 45, 0.48);
border: 1px solid #8C8C8C;
font-size: 11px;
padding: 5px;
border-radius: 7px;
width: 90%;
}
.input-box::placeholder {
color: rgba(0, 0, 45, 0.345);
}