mirror of
https://github.com/KevinMidboe/planetposen.git
synced 2025-10-29 01:30:32 +00:00
noSelect class for disabling selecting items.
This commit is contained in:
@@ -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
|
// Colors
|
||||||
.bg-green {
|
.bg-green {
|
||||||
|
|||||||
Reference in New Issue
Block a user