1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 07:08:08 +02:00

Fixes CSS for webkit

This commit is contained in:
Yury Delendik 2014-03-05 08:50:31 -06:00
parent ea9c8f8c95
commit 15847ef94f

View file

@ -1607,6 +1607,7 @@ html[dir='rtl'] #documentPropertiesContainer .row > * {
/* Rules for Retina screens */
.toolbarButton::before {
transform: scale(0.5);
-webkit-transform: scale(0.5);
top: -5px;
}