From a100c94ece5bf60d9a1eb2dc55914a6ab3b131e5 Mon Sep 17 00:00:00 2001 From: Isiah Lloyd Date: Sat, 21 May 2022 22:08:38 -0400 Subject: [PATCH] Use diff selector for readonly fields (#138) --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index cf10be9..3c50f8d 100644 --- a/style.css +++ b/style.css @@ -178,8 +178,8 @@ input[type="reset"]::-moz-focus-inner { :disabled, :disabled + label, -:read-only, -:read-only + label { +input[readonly], +input[readonly] + label { color: var(--button-shadow); }