summaryrefslogtreecommitdiffstats
path: root/css/styles.css
diff options
context:
space:
mode:
authorrstular <rok@stular.eu>2020-01-30 00:46:24 +0100
committerrstular <rok@stular.eu>2020-01-30 00:46:24 +0100
commit5a5a5f9825345ee68a71b9fd3b6b6c7afe81310d (patch)
tree479b595f51ea66ba12efaa1866cd4b74b1bde952 /css/styles.css
parentWeekly calendar accent color (diff)
downloadbeziapp-5a5a5f9825345ee68a71b9fd3b6b6c7afe81310d.tar
beziapp-5a5a5f9825345ee68a71b9fd3b6b6c7afe81310d.tar.gz
beziapp-5a5a5f9825345ee68a71b9fd3b6b6c7afe81310d.tar.bz2
beziapp-5a5a5f9825345ee68a71b9fd3b6b6c7afe81310d.tar.lz
beziapp-5a5a5f9825345ee68a71b9fd3b6b6c7afe81310d.tar.xz
beziapp-5a5a5f9825345ee68a71b9fd3b6b6c7afe81310d.tar.zst
beziapp-5a5a5f9825345ee68a71b9fd3b6b6c7afe81310d.zip
Diffstat (limited to 'css/styles.css')
-rw-r--r--css/styles.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/css/styles.css b/css/styles.css
index 25e5fe0..73c6be6 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -89,4 +89,14 @@ a.collection-item {
.fc-unthemed td.fc-today {
background: var(--color-primary-light);
+}
+
+.no-select {
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ -khtml-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ -webkit-tap-highlight-color: transparent;
} \ No newline at end of file