selectable
This commit is contained in:
parent
8235bf9767
commit
e310582081
|
@ -11,11 +11,11 @@ Base
|
|||
body {
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
-moz-user-select: none;
|
||||
-moz-user-select: -moz-none;
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
div {
|
||||
-moz-user-select: none;
|
||||
-moz-user-select: -moz-none;
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
div, input, textarea {
|
||||
|
@ -25,6 +25,10 @@ div, input, textarea {
|
|||
td {
|
||||
padding: 0;
|
||||
}
|
||||
.OxSelectable {
|
||||
-moz-user-select: text;
|
||||
-webkit-user-select: text;
|
||||
}
|
||||
|
||||
/*
|
||||
================================================================================
|
||||
|
|
Loading…
Reference in New Issue
Block a user