|
@@ -34,8 +34,8 @@
|
|
|
box-shadow: 2px 2px 1px var(--ck-color-shadow-drop);
|
|
box-shadow: 2px 2px 1px var(--ck-color-shadow-drop);
|
|
|
|
|
|
|
|
/* Disable posssibility to select label text by user. */
|
|
/* Disable posssibility to select label text by user. */
|
|
|
- -moz-user-select: none;
|
|
|
|
|
-webkit-user-select: none;
|
|
-webkit-user-select: none;
|
|
|
|
|
+ -moz-user-select: none;
|
|
|
-ms-user-select: none;
|
|
-ms-user-select: none;
|
|
|
user-select: none;
|
|
user-select: none;
|
|
|
}
|
|
}
|