Spaces:
Runtime error
Runtime error
Update templates/menu.html
Browse files- templates/menu.html +0 -11
templates/menu.html
CHANGED
@@ -219,17 +219,6 @@ h1.text-center {
|
|
219 |
/* Style for add-on checkboxes */
|
220 |
.addon-section .form-check {
|
221 |
margin-left: 10px;
|
222 |
-
appearance: none;
|
223 |
-
-webkit-appearance: none;
|
224 |
-
-moz-appearance: none;
|
225 |
-
width: 18px; /* Adjust checkbox size */
|
226 |
-
height: 18px; /* Adjust checkbox size */
|
227 |
-
border: 2px solid #555; /* Darker border color */
|
228 |
-
border-radius: 4px; /* Optional: Rounded corners */
|
229 |
-
background-color: #333; /* Dark background color */
|
230 |
-
cursor: pointer;
|
231 |
-
position: relative;
|
232 |
-
transition: background-color 0.3s ease, border-color 0.3s ease;
|
233 |
}
|
234 |
/* Hover effect for better UI */
|
235 |
.addon-section input[type="checkbox"]:hover {
|
|
|
219 |
/* Style for add-on checkboxes */
|
220 |
.addon-section .form-check {
|
221 |
margin-left: 10px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
222 |
}
|
223 |
/* Hover effect for better UI */
|
224 |
.addon-section input[type="checkbox"]:hover {
|