From b4b840bf9cc05e8ffafce4329b7189c9253456e5 Mon Sep 17 00:00:00 2001 From: "Tanner Collin (aider)" Date: Fri, 15 Aug 2025 01:48:43 +0000 Subject: [PATCH] style: color disabled menu buttons --- mapper/src/App.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mapper/src/App.css b/mapper/src/App.css index 9891eb5..f8d59ce 100644 --- a/mapper/src/App.css +++ b/mapper/src/App.css @@ -94,6 +94,10 @@ h2 { background-color: #666; } +.menu button:disabled { + color: #ce7e7e; +} + .submenu button { background-color: #666; }