From 03b95f100b605458e5bf2995e955882d9aa51868 Mon Sep 17 00:00:00 2001 From: undisclosed Date: Mon, 23 Jan 2023 13:28:17 +0000 Subject: [PATCH] URL in m3u 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