mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
improve selection for whitespace
This commit is contained in:
parent
dc0fd477d8
commit
14d2061f9e
@ -8,7 +8,7 @@
|
||||
overflow:auto;
|
||||
background-color:grey;
|
||||
/* for Chrome & Safari */
|
||||
-webkit-text-stroke-width:0.2px;
|
||||
-webkit-text-stroke-width:0.13px;
|
||||
}
|
||||
#pdf-main > .p {
|
||||
position:relative;
|
||||
@ -23,7 +23,7 @@
|
||||
}
|
||||
.l > ._ {
|
||||
display:inline-block;
|
||||
font-family: monospace;
|
||||
color:transparent;
|
||||
}
|
||||
::selection{
|
||||
background: rgba(168,209,255,0.5);
|
||||
|
Loading…
Reference in New Issue
Block a user