OcttKB/Wiki-OcttKB/tiddlers/System/Styles/_Global.css

11 lines
199 B
CSS
Raw Normal View History

2023-06-11 22:14:59 +02:00
.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;
}