border color

pull/582/head
Pete Matsyburka 2 months ago
parent c75050fa46
commit 8547295da7

@ -3,7 +3,7 @@
<div <div
v-if="!isShowFormulaModal && !isShowFontModal && !isShowConditionsModal && !isShowDescriptionModal && !isShowCustomValidationModal && !isShowLengthValidationModal && !isShowNumberRangeModal && !isShowPriceModal && !isShowPaymentLinkModal" v-if="!isShowFormulaModal && !isShowFontModal && !isShowConditionsModal && !isShowDescriptionModal && !isShowCustomValidationModal && !isShowLengthValidationModal && !isShowNumberRangeModal && !isShowPriceModal && !isShowPaymentLinkModal"
ref="menu" ref="menu"
class="fixed z-50 p-1 bg-white shadow-lg rounded-lg border border-base-300 cursor-default" class="fixed z-50 p-1 bg-white shadow-lg rounded-lg border border-neutral-200 cursor-default"
style="min-width: 170px" style="min-width: 170px"
:style="menuStyle" :style="menuStyle"
@mousedown.stop @mousedown.stop
@ -121,7 +121,7 @@
/> />
<hr <hr
v-if="showRequired || showReadOnly || showPrefillable || showSetSigningDate || showWithLogo || showSignatureId" v-if="showRequired || showReadOnly || showPrefillable || showSetSigningDate || showWithLogo || showSignatureId"
class="my-1 border-base-300" class="my-1 border-neutral-200"
> >
<ContextSubmenu <ContextSubmenu
v-if="showFormatSubmenu" v-if="showFormatSubmenu"
@ -190,7 +190,7 @@
</span> </span>
<span <span
v-if="field.conditions?.length" v-if="field.conditions?.length"
class="bg-base-200 rounded px-1 leading-3" class="bg-neutral-200 rounded px-1 leading-3"
style="font-size: 9px;" style="font-size: 9px;"
>{{ field.conditions.length }}</span> >{{ field.conditions.length }}</span>
</button> </button>
@ -204,7 +204,7 @@
</button> </button>
<hr <hr
v-if="(showFont || showDescription || showCondition || showFormula || showPaymentSettings)" v-if="(showFont || showDescription || showCondition || showFormula || showPaymentSettings)"
class="my-1 border-base-300" class="my-1 border-neutral-200"
> >
<button <button
class="w-full px-2 py-1 rounded-md hover:bg-neutral-100 flex items-center justify-between text-sm" class="w-full px-2 py-1 rounded-md hover:bg-neutral-100 flex items-center justify-between text-sm"

@ -20,7 +20,7 @@
<div <div
v-if="isOpen" v-if="isOpen"
ref="submenu" ref="submenu"
class="absolute p-1 z-50 left-full bg-white shadow-lg rounded-lg border border-base-300 cursor-default" class="absolute p-1 z-50 left-full bg-white shadow-lg rounded-lg border border-neutral-200 cursor-default"
style="min-width: 170px" style="min-width: 170px"
:style="submenuStyle" :style="submenuStyle"
:class="menuClass" :class="menuClass"

@ -1,7 +1,7 @@
<template> <template>
<div <div
ref="menu" ref="menu"
class="fixed z-50 p-1 bg-white shadow-lg rounded-lg border border-base-300 cursor-default" class="fixed z-50 p-1 bg-white shadow-lg rounded-lg border border-neutral-200 cursor-default"
style="min-width: 170px" style="min-width: 170px"
:style="menuStyle" :style="menuStyle"
@mousedown.stop @mousedown.stop
@ -38,7 +38,7 @@
</button> </button>
<hr <hr
v-if="showAutodetectFields" v-if="showAutodetectFields"
class="my-1 border-base-300" class="my-1 border-neutral-200"
> >
<button <button
v-if="showAutodetectFields" v-if="showAutodetectFields"

@ -3,7 +3,7 @@
<div <div
v-if="!isShowFontModal && !isShowConditionsModal" v-if="!isShowFontModal && !isShowConditionsModal"
ref="menu" ref="menu"
class="fixed z-50 p-1 bg-white shadow-lg rounded-lg border border-base-300 cursor-default" class="fixed z-50 p-1 bg-white shadow-lg rounded-lg border border-neutral-200 cursor-default"
style="min-width: 170px" style="min-width: 170px"
:style="menuStyle" :style="menuStyle"
@mousedown.stop @mousedown.stop
@ -63,7 +63,7 @@
</ContextSubmenu> </ContextSubmenu>
<hr <hr
v-if="showFont || showCondition" v-if="showFont || showCondition"
class="my-1 border-base-300" class="my-1 border-neutral-200"
> >
<button <button
v-if="showFont" v-if="showFont"
@ -81,7 +81,7 @@
<IconRouteAltLeft class="w-4 h-4" /> <IconRouteAltLeft class="w-4 h-4" />
<span>{{ t('condition') }}</span> <span>{{ t('condition') }}</span>
</button> </button>
<hr class="my-1 border-base-300"> <hr class="my-1 border-neutral-200">
<button <button
class="w-full px-2 py-1 rounded-md hover:bg-neutral-100 flex items-center justify-between text-sm" class="w-full px-2 py-1 rounded-md hover:bg-neutral-100 flex items-center justify-between text-sm"
@click.stop="$emit('copy')" @click.stop="$emit('copy')"

Loading…
Cancel
Save