_layouts/feature.html in appscms-tools-theme-3.9.6 vs _layouts/feature.html in appscms-tools-theme-3.9.7
- old
+ new
@@ -122,11 +122,11 @@
<div class="m-auto">
<div class="d-flex justify-content-center align-items-center">
<div
id="Inputbox"
class="boxes"
- style="background-color: {{boxColor}};"
+ style="background: {{boxColor}};"
>
<img
height="21px"
width="21px"
src="/assets/images/add.svg"
@@ -140,13 +140,10 @@
endif
-%}
/>
<span class="ml-3">CHOOSE FILE</span>
</div>
- <div
- class="file-pick-dropdown"
- style="background-color:{{boxColor}}"
- >
+ <div class="file-pick-dropdown" style="background:{{boxColor}}">
<i class="fas fa-angle-down arrow-sign"></i>
<div class="file-picker-dropdown" style="display: none">
<button id="filepicker">
<svg
class="mr-3"