From 0c14c00bab23e52508e0d30ef5fdf82399096612 Mon Sep 17 00:00:00 2001 From: ulrich Date: Fri, 23 Apr 2021 17:57:31 +0000 Subject: [PATCH] Ablageorte werden im laufenden Betrieb ein- und ausgeklinkt --- www/ui/app.css | 17 ++++++++++++++--- 1 files changed, 14 insertions(+), 3 deletions(-) diff --git a/www/ui/app.css b/www/ui/app.css index 223d796..a8f2be8 100644 --- a/www/ui/app.css +++ b/www/ui/app.css @@ -129,7 +129,7 @@ /* position: relative; */ /* height: 0.1em; */ /* transition: all 0.3s ease-in; */ - height: 10em; + height: 8.2em; } .dlg-behaelter { @@ -223,6 +223,16 @@ pointer-events: none; } +.noselect { + -webkit-touch-callout: none; /* iOS Safari */ + -webkit-user-select: none; /* Safari */ + -khtml-user-select: none; /* Konqueror HTML */ + -moz-user-select: none; /* Old versions of Firefox */ + -ms-user-select: none; /* Internet Explorer/Edge */ + user-select: none; /* Non-prefixed version, currently + supported by Chrome, Edge, Opera and Firefox */ +} + .entity-liste-kopf { display: flex; flex-flow: row; @@ -237,7 +247,6 @@ .entity-element { margin: 0.4rem; - user-select: none; } .entity-form-element { @@ -263,7 +272,9 @@ } .entity-eintrag:hover { - background-color: #ececec; + /* background-color: #ececec; */ + color: red; + /* font-weight: bolder; */ } .entity-typ-folder:before { -- Gitblit v1.9.3