@ -30,9 +30,6 @@
@@ -30,9 +30,6 @@
white-space : pre ;
cursor : text ;
-webkit-transform-origin : 0 % 0 % ;
-moz-transform-origin : 0 % 0 % ;
-o-transform-origin : 0 % 0 % ;
-ms-transform-origin : 0 % 0 % ;
transform-origin : 0 % 0 % ;
}
@ -60,9 +57,10 @@
@@ -60,9 +57,10 @@
background-color : rgb ( 0 , 100 , 0 ) ;
}
. textLayer :: selection { background : rgb ( 0 , 0 , 255 ) ; }
. textLayer :: -moz-selection { background : rgb ( 0 , 0 , 255 ) ; }
. textLayer :: selection { background : rgb ( 0 , 0 , 255 ) ; }
. textLayer . endOfContent {
display : block ;
position : absolute ;
@ -73,8 +71,9 @@
@@ -73,8 +71,9 @@
z-index : -1 ;
cursor : default ;
-webkit-user-select : none ;
-ms-user-select : none ;
-moz-user-select : none ;
-ms-user-select : none ;
user-select : none ;
}
. textLayer . endOfContent . active {
@ -180,10 +179,12 @@
@@ -180,10 +179,12 @@
}
. annotationLayer . buttonWidgetAnnotation . checkBox input : checked : before {
-webkit-transform : rotate ( 45deg ) ;
transform : rotate ( 45deg ) ;
}
. annotationLayer . buttonWidgetAnnotation . checkBox input : checked : after {
-webkit-transform : rotate ( -45deg ) ;
transform : rotate ( -45deg ) ;
}
@ -215,7 +216,6 @@
@@ -215,7 +216,6 @@
. annotationLayer . buttonWidgetAnnotation . radioButton input {
-webkit-appearance : none ;
-moz-appearance : none ;
-ms-appearance : none ;
appearance : none ;
padding : 0 ;
}
@ -278,6 +278,7 @@
@@ -278,6 +278,7 @@
overflow : visible ;
border : 9px solid transparent ;
background-clip : content-box ;
-o-border-image : url ( images / shadow . png ) 9 9 repeat ;
border-image : url ( images / shadow . png ) 9 9 repeat ;
background-color : white ;
}
@ -315,6 +316,10 @@
@@ -315,6 +316,10 @@
background : url ( 'images/loading-icon.gif' ) center no-repeat ;
}
. pdfPresentationMode : -ms-fullscreen . pdfViewer . page {
margin-bottom : 100 % ! important ;
}
. pdfPresentationMode : -webkit-full-screen . pdfViewer . page {
margin-bottom : 100 % ;
border : 0 ;
@ -325,11 +330,6 @@
@@ -325,11 +330,6 @@
border : 0 ;
}
. pdfPresentationMode : -ms-fullscreen . pdfViewer . page {
margin-bottom : 100 % ! important ;
border : 0 ;
}
. pdfPresentationMode : fullscreen . pdfViewer . page {
margin-bottom : 100 % ;
border : 0 ;