DSatishchandra commited on
Commit
6844972
·
verified ·
1 Parent(s): eca2b99

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. templates/menu.html +2 -5
templates/menu.html CHANGED
@@ -186,12 +186,10 @@
186
  cursor: pointer;
187
  position: relative;
188
  }
189
-
190
  .custom-radio:checked {
191
  background-color: #007bff;
192
  border-color: #007bff;
193
  }
194
-
195
  .custom-radio:checked::after {
196
  content: '';
197
  position: absolute;
@@ -202,11 +200,9 @@
202
  background-color: #fff;
203
  border-radius: 50%;
204
  }
205
-
206
  .custom-radio:hover {
207
  border-color: #007bff;
208
  }
209
-
210
  /* Optional: Style the labels */
211
  .form-check-label {
212
  font-size: 16px;
@@ -281,6 +277,7 @@
281
  </form>
282
  </div>
283
  {% else %}
 
284
  <div class="fixed-search-container">
285
  <input type="text" id="searchBar" class="form-control" placeholder="Search items or sections..." onkeyup="filterMenu()">
286
  </div>
@@ -517,4 +514,4 @@
517
  <!-- Bootstrap JS -->
518
  <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
519
  </body>
520
- </html>
 
186
  cursor: pointer;
187
  position: relative;
188
  }
 
189
  .custom-radio:checked {
190
  background-color: #007bff;
191
  border-color: #007bff;
192
  }
 
193
  .custom-radio:checked::after {
194
  content: '';
195
  position: absolute;
 
200
  background-color: #fff;
201
  border-radius: 50%;
202
  }
 
203
  .custom-radio:hover {
204
  border-color: #007bff;
205
  }
 
206
  /* Optional: Style the labels */
207
  .form-check-label {
208
  font-size: 16px;
 
277
  </form>
278
  </div>
279
  {% else %}
280
+
281
  <div class="fixed-search-container">
282
  <input type="text" id="searchBar" class="form-control" placeholder="Search items or sections..." onkeyup="filterMenu()">
283
  </div>
 
514
  <!-- Bootstrap JS -->
515
  <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
516
  </body>
517
+ </html>