select text

This commit is contained in:
JDonadio 2017-01-26 17:42:39 -03:00
commit 1e8bd97d70
6 changed files with 26 additions and 15 deletions

View file

@ -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;