OcttKB/Wiki-OcttKB/tiddlers/System/$/Styles/Global.css

11 lines
199 B
CSS

.NoDisplay { display: none; }
.NoSelect {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
User-Select: none;
}