diff --git a/resources/css/components/forms.css b/resources/css/components/forms.css index bdf66ac..2975205 100644 --- a/resources/css/components/forms.css +++ b/resources/css/components/forms.css @@ -10,7 +10,6 @@ form:not(.metabox-location-side):not(.metabox-location-normal):not( --gform-theme-control-button-background-color-control: var(--secondary); --gform-theme-local-background-color: var(--secondary); - /* --gform-theme-control-file-drop-area-icon-color: var(--gform-theme-color-inside-control-primary); */ --gform-theme-control-file-drop-area-icon-color: var(--secondary); --gform-theme-control-button-background-color-hover-control: var(--secondary-darker); @@ -54,6 +53,7 @@ form:not(.metabox-location-side):not(.metabox-location-normal):not( @apply !py-6; text-indent: 6px !important; } + input:not( [type='checkbox'], [type='submit'], @@ -68,12 +68,8 @@ form:not(.metabox-location-side):not(.metabox-location-normal):not( @apply !rounded-lg !h-12 !pt-3 !text-base; text-indent: 6px !important; } - input[type='radio'] { - } input[type='submit'] { - /* --gform-theme-local-font-weight: 900; - --gform-theme-local-font-size: 3rem; */ @apply !px-8 !py-3 !border-none !rounded-full !font-bold !text-lg; } input[type='file'] {