From eba877880d96f1335ef2e593ae02782357a7de3f Mon Sep 17 00:00:00 2001 From: fschneider Date: Thu, 17 Sep 2015 08:19:38 +0200 Subject: before cherry pick --- .../main/webapp/assets/js/pdf.js/web/viewer.css | 49 +++++++++++++++------- 1 file changed, 35 insertions(+), 14 deletions(-) (limited to 'pdf-as-web/src/main/webapp/assets/js/pdf.js') diff --git a/pdf-as-web/src/main/webapp/assets/js/pdf.js/web/viewer.css b/pdf-as-web/src/main/webapp/assets/js/pdf.js/web/viewer.css index cae4eeb2..effc7b7d 100644 --- a/pdf-as-web/src/main/webapp/assets/js/pdf.js/web/viewer.css +++ b/pdf-as-web/src/main/webapp/assets/js/pdf.js/web/viewer.css @@ -12,6 +12,40 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + + /* Colors */ + + #mainContainer { + + background-color: #9E9E9E; + } + + .btn-primary { + color: #fff !important; + background-color: #0288D1 !important; + border-color: #0288D1 !important; +} + +.btn-success { + color: #fff !important; + background-color: #8BC34A !important; + border-color: #8BC34A !important; +} + + /* Colors End */ + + #mainContainer { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + min-width: 10em; + -webkit-transition-duration: 200ms; + -webkit-transition-timing-function: ease; + transition-duration: 200ms; + transition-timing-function: ease; + } .textLayer { position: absolute; @@ -350,20 +384,7 @@ html[dir='rtl'] #outerContainer.sidebarOpen > #sidebarContainer { right: 0px; } -#mainContainer { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - min-width: 10em; - -webkit-transition-duration: 200ms; - -webkit-transition-timing-function: ease; - transition-duration: 200ms; - transition-timing-function: ease; - - background-color: #E8F4FF; -} + input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button { -- cgit v1.2.3