diff --git a/resources/css/components/forms.css b/resources/css/components/forms.css index 8725076..bdf66ac 100644 --- a/resources/css/components/forms.css +++ b/resources/css/components/forms.css @@ -1,4 +1,7 @@ -form:not(.metabox-location-side):not(.metabox-location-normal):not(.metabox-location-advanced) { +form:not(.metabox-location-side):not(.metabox-location-normal):not( + .metabox-location-advanced, + .search-module__search-form + ) { --secondary: #df1e1e; --secondary-darker: #bd1515; @@ -32,33 +35,35 @@ form:not(.metabox-location-side):not(.metabox-location-normal):not(.metabox-loca select, textarea, - input:not([type='submit']):not(.gform_next_button, .gform_previous_button) { - /* @apply !border-neutral-400 !text-lg !text-neutral-900 !font-semibold !border; */ + input:not([type='submit']):not( + .gform_next_button, + .gform_previous_button, + .search-module__search-form__input + ) { @apply !border-neutral-400 !text-lg !font-semibold !border; line-height: 1 !important; &:focus-visible { - /* @apply !border-secondary; */ outline: solid 1px; outline-offset: 3px !important; @apply outline-primary; } } + input[type='text'] { + @apply !py-6; + text-indent: 6px !important; + } input:not( [type='checkbox'], [type='submit'], [type='file'], [type='radio'], - .gform-theme-button + .gform-theme-button, + .search-module__search-form__input ) { @apply !rounded-lg !py-6; } - - input[type='text'] { - @apply !py-6; - text-indent: 6px !important; - } select { @apply !rounded-lg !h-12 !pt-3 !text-base; text-indent: 6px !important;