aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web/src/main/webapp/assets/js/pdf.js
diff options
context:
space:
mode:
authorfschneider <florian.schneider@student.tugraz.at>2015-09-17 08:19:38 +0200
committerfschneider <florian.schneider@student.tugraz.at>2015-09-17 08:19:38 +0200
commiteba877880d96f1335ef2e593ae02782357a7de3f (patch)
tree79f55548732b8b62afc7619b87223d5343cf4e11 /pdf-as-web/src/main/webapp/assets/js/pdf.js
parente739c3c7fd02ed8fd73474080b05b8b4096186fc (diff)
downloadpdf-as-4-eba877880d96f1335ef2e593ae02782357a7de3f.tar.gz
pdf-as-4-eba877880d96f1335ef2e593ae02782357a7de3f.tar.bz2
pdf-as-4-eba877880d96f1335ef2e593ae02782357a7de3f.zip
before cherry pick
Diffstat (limited to 'pdf-as-web/src/main/webapp/assets/js/pdf.js')
-rw-r--r--pdf-as-web/src/main/webapp/assets/js/pdf.js/web/viewer.css49
1 files changed, 35 insertions, 14 deletions
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 {