We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3eff10 commit d0660cbCopy full SHA for d0660cb
index.html
@@ -34,6 +34,19 @@
34
color: red;
35
font-size: 18px;
36
}
37
+
38
+ #filter-books {
39
+ border-radius : 45px;
40
+ border : none;
41
+ outline : none;
42
+ height : 38px;
43
+ padding : 0 5px;
44
+ }
45
46
+ #filter-books:focus{
47
+ outline : 3px solid rgb(46, 123, 255);
48
49
50
</style>
51
52
</head>
@@ -54,8 +67,8 @@
54
67
55
68
</ul>
56
69
<form class="form-inline my-2 my-lg-0">
57
- <select name="filter" id="filter-books" class="btn btn-light mr-sm-2">
58
- <option value="all" selected>All</option>
70
+ <select name="filter" id="filter-books" class="form-select mr-sm-2">
71
+ <option value="all" selected >All</option>
59
72
<option value="book">Name</option>
60
73
<option value="bookauthor">Author</option>
61
74
<option value="bookType">Type</option>
0 commit comments