From f682d37b1c39e151a9ae966eab76e83b8e2d3084 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Engel Date: Tue, 27 Feb 2024 10:14:25 +0100 Subject: [PATCH] ajout style.css --- style.css | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 style.css diff --git a/style.css b/style.css new file mode 100644 index 0000000..1cbcfd3 --- /dev/null +++ b/style.css @@ -0,0 +1,4 @@ +.disabled { + pointer-events: none; + font-style : oblique; +}