From 4bbb9f05ba12894477e611eb9b75113e3e3cce29 Mon Sep 17 00:00:00 2001 From: ulrich Date: Sat, 24 Apr 2021 10:53:26 +0000 Subject: [PATCH] Umbenannt zu Calypso --- 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 3eadfe2..c8d2cf9 100644 --- a/www/ui/app.css +++ b/www/ui/app.css @@ -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 { @@ -477,7 +488,7 @@ /* Animation center compensation - margins should be symmetric */ /* remove if not needed */ - margin-left: .2em; + /* margin-left: .2em; */ /* you can be more comfortable with increased icons size */ /* font-size: 120%; */ -- Gitblit v1.9.3