mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Moving fullscreen top border few pixels up
This commit is contained in:
parent
da73934baf
commit
391b5b0244
1 changed files with 3 additions and 3 deletions
|
@ -44,7 +44,7 @@ select {
|
|||
|
||||
#viewerContainer:-webkit-full-screen {
|
||||
top: 0px;
|
||||
border-top: 5px solid transparent;
|
||||
border-top: 2px solid transparent;
|
||||
background-color: #404040;
|
||||
background-image: url(images/texture.png);
|
||||
width: 100%;
|
||||
|
@ -55,7 +55,7 @@ select {
|
|||
|
||||
#viewerContainer:-moz-full-screen {
|
||||
top: 0px;
|
||||
border-top: 5px solid transparent;
|
||||
border-top: 2px solid transparent;
|
||||
background-color: #404040;
|
||||
background-image: url(images/texture.png);
|
||||
width: 100%;
|
||||
|
@ -66,7 +66,7 @@ select {
|
|||
|
||||
#viewerContainer:fullscreen {
|
||||
top: 0px;
|
||||
border-top: 5px solid transparent;
|
||||
border-top: 2px solid transparent;
|
||||
background-color: #404040;
|
||||
background-image: url(images/texture.png);
|
||||
width: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue