Skip to content

Commit

Permalink
Update colorPreview chrome & firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
befabri committed Jul 24, 2024
1 parent 7916dad commit c5777e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/popupChrome/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ <h2 id="tabTitle" data-i18n="title" class="text-lg font-bold"></h2>
<input
type="color"
id="colorChoice1"
class="w-7 h-5 p-0 border-0 rounded-full cursor-pointer" />
class="w-7 h-5 rounded-none p-0 border-0 cursor-pointer" />
<input type="text" id="colorText1" class="border-0" />
</div>
</div>
Expand Down Expand Up @@ -189,7 +189,7 @@ <h2 id="tabTitle" data-i18n="title" class="text-lg font-bold"></h2>
<input
type="color"
id="colorChoice2"
class="w-7 h-5 p-0 border-0 rounded-full cursor-pointer" />
class="w-7 h-5 rounded-none p-0 border-0 cursor-pointer" />
<input type="text" id="colorText2" class="border-0" />
</div>
</div>
Expand Down Expand Up @@ -249,7 +249,7 @@ <h2 id="tabTitle" data-i18n="title" class="text-lg font-bold"></h2>
<input
type="color"
id="colorChoice3"
class="w-7 h-5 p-0 border-0 rounded-full cursor-pointer" />
class="w-7 h-5 rounded-none p-0 border-0 cursor-pointer" />
<input type="text" id="colorText3" class="border-0" />
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions src/popupFirefox/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ <h2 id="tabTitle" data-i18n="title" class="text-lg font-bold"></h2>
class="w-full border border-black rounded-md p-1 box-content flex items-center gap-2">
<span
id="colorPreview1"
class="w-5 h-5 p-0 border rounded-full cursor-pointer border-black"></span>
class="w-6 h-3.5 p-0 border rounded-sm cursor-pointer border-black"></span>
<input type="text" id="colorText1" class="border-0" />
</div>
</div>
Expand Down Expand Up @@ -198,7 +198,7 @@ <h2 id="tabTitle" data-i18n="title" class="text-lg font-bold"></h2>
class="w-full border border-black rounded-md p-1 box-content flex items-center gap-2">
<span
id="colorPreview2"
class="w-5 h-5 p-0 border rounded-full cursor-pointer border-black"></span>
class="w-6 h-3.5 p-0 border rounded-sm cursor-pointer border-black"></span>
<input type="text" id="colorText2" class="border-0" />
</div>
</div>
Expand Down Expand Up @@ -266,7 +266,7 @@ <h2 id="tabTitle" data-i18n="title" class="text-lg font-bold"></h2>
class="w-full border border-black rounded-md p-1 box-content flex items-center gap-2">
<span
id="colorPreview3"
class="w-5 h-5 p-0 border rounded-full cursor-pointer border-black"></span>
class="w-6 h-3.5 p-0 border rounded-sm cursor-pointer border-black"></span>
<input type="text" id="colorText3" class="border-0" />
</div>
</div>
Expand Down

0 comments on commit c5777e4

Please sign in to comment.