1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-05 09:38:40 +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;
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);