From 5f8ffa07790aa6c94c68ba13bd4045b4bab4ab96 Mon Sep 17 00:00:00 2001 From: Geoff Doty Date: Thu, 18 Jan 2024 20:23:10 -0600 Subject: [PATCH] missing disabled styles --- src/stylelite.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stylelite.css b/src/stylelite.css index b0eb098..da9a929 100644 --- a/src/stylelite.css +++ b/src/stylelite.css @@ -275,7 +275,7 @@ a.button:hover, button:hover, input[type="reset"]:hover,input[type="submit"]:hov cursor: pointer; } -input:disabled { +select:disabled, textarea:disabled,input:disabled { color: #404040; background: #EBEDEF; cursor: not-allowed;