From eb2796b346ccb907bc195a637bde076fb719ad20 Mon Sep 17 00:00:00 2001 From: Frank Schubert Date: Tue, 8 Nov 2022 17:24:10 +0100 Subject: [PATCH] added color "natur" --- public/assets/css/thetool.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/assets/css/thetool.css b/public/assets/css/thetool.css index 136d94c5e..637343890 100644 --- a/public/assets/css/thetool.css +++ b/public/assets/css/thetool.css @@ -381,6 +381,11 @@ td.controls { border-color: #FF0088; } +.btn-outline-natur { + color: #000000; + background-color: #FFFFCC; +} + .btn-outline-Rot-Gelb { color: #FFFFFF; border-left-color: #FF0000;