1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-08 10:50:33 +00:00

improve selection for whitespace

This commit is contained in:
Lu Wang 2012-08-16 18:44:42 +08:00
parent dc0fd477d8
commit 14d2061f9e

View File

@ -8,7 +8,7 @@
overflow:auto; overflow:auto;
background-color:grey; background-color:grey;
/* for Chrome & Safari */ /* for Chrome & Safari */
-webkit-text-stroke-width:0.2px; -webkit-text-stroke-width:0.13px;
} }
#pdf-main > .p { #pdf-main > .p {
position:relative; position:relative;
@ -23,7 +23,7 @@
} }
.l > ._ { .l > ._ {
display:inline-block; display:inline-block;
font-family: monospace; color:transparent;
} }
::selection{ ::selection{
background: rgba(168,209,255,0.5); background: rgba(168,209,255,0.5);