select text
This commit is contained in:
parent
d7aee9950e
commit
1e8bd97d70
6 changed files with 26 additions and 15 deletions
|
|
@ -2,6 +2,17 @@
|
|||
* Our goal is to delete this file. Search the regex: /class=".*CLASS.*?"/
|
||||
*/
|
||||
|
||||
.enable_text_select {
|
||||
-webkit-user-select: auto;
|
||||
-moz-user-select: auto;
|
||||
-ms-user-select: auto;
|
||||
user-select: auto;
|
||||
}
|
||||
|
||||
.red {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.box-notification {
|
||||
padding: 0.5rem;
|
||||
border: 1px solid;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue