selectable
This commit is contained in:
parent
babd37efda
commit
a940bb0989
1 changed files with 6 additions and 2 deletions
|
@ -11,11 +11,11 @@ Base
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
-moz-user-select: none;
|
-moz-user-select: -moz-none;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
}
|
}
|
||||||
div {
|
div {
|
||||||
-moz-user-select: none;
|
-moz-user-select: -moz-none;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
}
|
}
|
||||||
div, input, textarea {
|
div, input, textarea {
|
||||||
|
@ -25,6 +25,10 @@ div, input, textarea {
|
||||||
td {
|
td {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
.OxSelectable {
|
||||||
|
-moz-user-select: text;
|
||||||
|
-webkit-user-select: text;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
================================================================================
|
================================================================================
|
||||||
|
|
Loading…
Reference in a new issue