diff --git a/global.css b/global.css index 16c49b88..c010a958 100644 --- a/global.css +++ b/global.css @@ -198,6 +198,11 @@ select[disabled] > option { color: graytext; } +select:disabled + .select-arrow, +select[disabled] + .select-arrow { + fill: hsl(0, 0%, 50%); +} + /* global stuff we use everywhere */ .hidden { display: none !important; diff --git a/options.html b/options.html index f7c51576..3f3511a7 100644 --- a/options.html +++ b/options.html @@ -142,12 +142,15 @@