fay
6 years ago
8 changed files with 81 additions and 3 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -0,0 +1,17 @@ |
|||||||
|
.bi-nic-editor { |
||||||
|
-webkit-user-select: text; |
||||||
|
-khtml-user-select: text; |
||||||
|
-moz-user-select: text; |
||||||
|
-ms-user-select: text; |
||||||
|
-o-user-select: text; |
||||||
|
user-select: text; |
||||||
|
} |
||||||
|
.bi-nic-editor .niceditor-selected { |
||||||
|
border: 1px solid #3685f2; |
||||||
|
-webkit-box-shadow: 0 0 2px #3685f2; |
||||||
|
-moz-box-shadow: 0 0 2px #3685f2; |
||||||
|
box-shadow: 0 0 2px #3685f2; |
||||||
|
-webkit-border-radius: 2px; |
||||||
|
-moz-border-radius: 2px; |
||||||
|
border-radius: 2px; |
||||||
|
} |
Loading…
Reference in new issue