From 1ef98569623b58f8b4e2b5863cea02bfb1e91a98 Mon Sep 17 00:00:00 2001 From: ulrich Date: Thu, 21 Nov 2024 22:38:22 +0000 Subject: [PATCH] 'Hier spielen' berichtigt --- www/app.css | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/www/app.css b/www/app.css index 837faf4..927f0fc 100644 --- a/www/app.css +++ b/www/app.css @@ -296,6 +296,16 @@ cursor: pointer; } +.drag-over { + color: blueviolet; + border-style: dashed; + border-width: 1px; +} + +.hide { + display: none; +} + .entity-eintrag:hover { /* background-color: #ececec; */ color: red; -- Gitblit v1.9.3