noSelect class for disabling selecting items.

This commit is contained in:
2020-08-06 23:24:54 +02:00
parent 79cc7c2edb
commit f77d60e504

View File

@@ -137,7 +137,14 @@ h4 {
}
}
.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 */
}
// Colors
.bg-green {