mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Fixes to findbar CSS.
This commit is contained in:
parent
a7f385971d
commit
9ec51d89bd
1 changed files with 19 additions and 4 deletions
|
@ -261,6 +261,7 @@ html[dir='rtl'] #sidebarContent {
|
|||
#toolbarViewer, .findbar {
|
||||
position: relative;
|
||||
height: 32px;
|
||||
background-color: #474747; /* IE9 */
|
||||
background-image: url(images/texture.png),
|
||||
-webkit-linear-gradient(hsla(0,0%,32%,.99), hsla(0,0%,27%,.95));
|
||||
background-image: url(images/texture.png),
|
||||
|
@ -337,22 +338,22 @@ html[dir='rtl'] .findbar {
|
|||
}
|
||||
|
||||
html[dir='ltr'] .doorHanger:after {
|
||||
left: 16px;
|
||||
left: 13px;
|
||||
margin-left: -8px;
|
||||
}
|
||||
|
||||
html[dir='ltr'] .doorHanger:before {
|
||||
left: 16px;
|
||||
left: 13px;
|
||||
margin-left: -9px;
|
||||
}
|
||||
|
||||
html[dir='rtl'] .doorHanger:after {
|
||||
right: 16px;
|
||||
right: 13px;
|
||||
margin-right: -8px;
|
||||
}
|
||||
|
||||
html[dir='rtl'] .doorHanger:before {
|
||||
right: 16px;
|
||||
right: 13px;
|
||||
margin-right: -9px;
|
||||
}
|
||||
|
||||
|
@ -731,6 +732,20 @@ html[dir='rtl'] .toolbarButton:first-child {
|
|||
content: url(images/toolbarButton-sidebarToggle.png);
|
||||
}
|
||||
|
||||
html[dir='ltr'] #findPrevious {
|
||||
margin-left: 3px;
|
||||
}
|
||||
html[dir='ltr'] #findNext {
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
html[dir='rtl'] #findPrevious {
|
||||
margin-right: 3px;
|
||||
}
|
||||
html[dir='rtl'] #findNext {
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
html[dir='ltr'] .toolbarButton.findPrevious::before {
|
||||
display: inline-block;
|
||||
content: url(images/findbarButton-previous.png);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue