Replaces text selection example
This commit is contained in:
parent
2565e627a3
commit
513a3d8c91
10 changed files with 119 additions and 175 deletions
|
@ -20,6 +20,7 @@
|
|||
right: 0;
|
||||
bottom: 0;
|
||||
overflow: hidden;
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
.textLayer > div {
|
||||
|
@ -57,3 +58,6 @@
|
|||
.textLayer .highlight.selected {
|
||||
background-color: rgb(0, 100, 0);
|
||||
}
|
||||
|
||||
.textLayer ::selection { background: rgb(0,0,255); }
|
||||
.textLayer ::-moz-selection { background: rgb(0,0,255); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue