Update templates/menu.html
Browse files- templates/menu.html +3 -3
templates/menu.html
CHANGED
@@ -114,14 +114,14 @@
|
|
114 |
}
|
115 |
|
116 |
/* No hover effect */
|
117 |
-
.custom-add-btn:hover {
|
118 |
background-color: #D32F2F; /* Keep the same color on hover */
|
119 |
border-color: #D32F2F;
|
120 |
}
|
121 |
|
122 |
.custom-add-btn i {
|
123 |
margin-left: 5px; /* Icon spacing */
|
124 |
-
}
|
125 |
|
126 |
|
127 |
|
@@ -572,7 +572,7 @@ form-check-input addon-option{
|
|
572 |
</div>
|
573 |
<div>
|
574 |
<!-- Add Button on Image -->
|
575 |
-
<button class="btn">
|
576 |
Add +
|
577 |
</button>
|
578 |
</div>
|
|
|
114 |
}
|
115 |
|
116 |
/* No hover effect */
|
117 |
+
/* .custom-add-btn:hover {
|
118 |
background-color: #D32F2F; /* Keep the same color on hover */
|
119 |
border-color: #D32F2F;
|
120 |
}
|
121 |
|
122 |
.custom-add-btn i {
|
123 |
margin-left: 5px; /* Icon spacing */
|
124 |
+
} */
|
125 |
|
126 |
|
127 |
|
|
|
572 |
</div>
|
573 |
<div>
|
574 |
<!-- Add Button on Image -->
|
575 |
+
<button class="btn custom-add-btn">
|
576 |
Add +
|
577 |
</button>
|
578 |
</div>
|