mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Change name of debugger to stepper.
This commit is contained in:
parent
f54486d8c8
commit
c04ab5fe45
3 changed files with 22 additions and 23 deletions
|
@ -404,7 +404,7 @@ canvas {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
#debugger {
|
||||
#PDFBug {
|
||||
font-size: 10px;
|
||||
position: fixed;
|
||||
top: 35px;
|
||||
|
@ -415,12 +415,12 @@ canvas {
|
|||
border: 1px solid #666;
|
||||
padding: 0;
|
||||
}
|
||||
#debugger .controls {
|
||||
#PDFBug .controls {
|
||||
border-bottom: 1px solid #666;
|
||||
padding: 3px;
|
||||
background: -moz-linear-gradient(center bottom, #eee 0%, #fff 100%);
|
||||
}
|
||||
#debugger .panels {
|
||||
#PDFBug .panels {
|
||||
overflow: auto;
|
||||
position: absolute;
|
||||
top: 27px;
|
||||
|
@ -428,7 +428,7 @@ canvas {
|
|||
right: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
#debugger button.active {
|
||||
#PDFBug button.active {
|
||||
font-weight: bold;
|
||||
}
|
||||
.debuggerShowText {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue