From 13b0c3c226b231f531c9760cc193b81f1bd50cca Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 3 Mar 2013 02:54:20 +0400 Subject: [PATCH] minor tweeks... Signed-off-by: Alex A. Naanou --- index.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 346530d..e677cef 100755 --- a/index.html +++ b/index.html @@ -66,13 +66,11 @@ box-sizing:border-box; opacity: 0.8; - -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; - } .editor .current-page-indicator { display: block; @@ -95,6 +93,9 @@ box-shadow: 2px 2px 7px 0px black; } +.editor .current-page-indicator .button:hover { + box-shadow: 2px 2px 9px 1px black; +} .editor.page-fit-to-viewer .current-page-indicator .button { width: 50px; height: 50px; @@ -106,11 +107,15 @@ .editor .current-page-indicator .button.remove { position: absolute; + background: red; + color: white; + font-size: 72px; margin: -50px; top: 0px; right: 0px; } .editor.page-fit-to-viewer .current-page-indicator .button.remove { + font-size: 36px; margin: -25px; margin: 15px; } @@ -207,7 +212,7 @@ function setupEditor(){ - $('') + $('') .appendTo(indicator) .click(function(){ setTransitionDuration($('.magazine'), 0)