@ -1,8 +1,19 @@
@import "./variables.less";
.unselectable {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.cryptpad-toolbar {
box-sizing: border-box;
.unselectable;
color: #666;
font-weight: bold;
height: 26px;
@ -1,5 +1,19 @@