FTP to GIT sync

This commit is contained in:
JonatanRek
2019-08-24 13:13:04 +02:00
parent 1ea7e600c2
commit aa8235c1bf
12 changed files with 169 additions and 85 deletions

View File

@@ -2953,4 +2953,19 @@ h6 {
.is-inactive {
opacity: .4;
}
.noselect {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently
supported by Chrome and Opera */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer */
-khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
-webkit-user-select: none; /* Chrome, Safari, and Opera */
-webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
/*# sourceMappingURL=main.css.map */