diff --git a/app/assets/stylesheets/tailwind/inputs.css b/app/assets/stylesheets/tailwind/inputs.css index 6ea4e568f..a5b9104d2 100644 --- a/app/assets/stylesheets/tailwind/inputs.css +++ b/app/assets/stylesheets/tailwind/inputs.css @@ -91,6 +91,12 @@ @apply border-sn-science-blue; } + .sci-input-container-v2 textarea:disabled { + background-color: var(--sn-super-light-grey); + color: var(--sn-grey); + border: 1px solid var(--sn-light-grey); + } + .sci-input-container-v2 .history-flyout li:hover { @apply bg-sn-super-light-grey; } diff --git a/app/javascript/vue/forms/field.vue b/app/javascript/vue/forms/field.vue index 1284a7f77..51738e231 100644 --- a/app/javascript/vue/forms/field.vue +++ b/app/javascript/vue/forms/field.vue @@ -17,9 +17,15 @@