From 9fe1043a23be80c971809a3bb2b2ea5b9d4cf255 Mon Sep 17 00:00:00 2001 From: Nick Denry Date: Fri, 26 Apr 2019 03:50:09 +0300 Subject: [PATCH] Prevent background from selection --- css/app.css | 11 +++++++++++ index.html | 6 +++--- 2 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 css/app.css diff --git a/css/app.css b/css/app.css new file mode 100644 index 0000000..c528b70 --- /dev/null +++ b/css/app.css @@ -0,0 +1,11 @@ +.ng-cloak { + display: none !important; +} + +.noselect { + -webkit-touch-callout: none; /* iOS Safari */ + -webkit-user-select: none; /* Safari */ + -khtml-user-select: none; /* Konqueror HTML */ + user-select: none; /* Non-prefixed version, currently + supported by Chrome and Opera */ +} \ No newline at end of file diff --git a/index.html b/index.html index e0c9087..b4403a6 100644 --- a/index.html +++ b/index.html @@ -4,8 +4,8 @@ Chimeverse - - + +
@@ -52,7 +52,7 @@
-
+

Chimeverse