updated gray (default) style a bit...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-03-05 03:33:55 +04:00
parent 9ba2faa4a9
commit 78367961ac
2 changed files with 7 additions and 7 deletions

View File

@ -92,19 +92,19 @@
background: white; background: white;
color: black; color: black;
border: solid black 5px; border: solid black 5px;
border-radius: 50px; border-radius: 50%;
box-shadow: 2px 2px 7px 0px black; box-shadow: 5px 5px 50px 0px black;
} }
.editor .current-page-indicator .button:hover { .editor .current-page-indicator .button:hover {
box-shadow: 2px 2px 9px 1px black; box-shadow: 10px 10px 55px 0px black;
} }
.editor.page-fit-to-viewer .current-page-indicator .button { .editor.page-fit-to-viewer .current-page-indicator .button {
width: 50px; width: 50px;
height: 50px; height: 50px;
border: solid black 2px; border: solid black 2px;
border-radius:25px; /*border-radius:25px;*/
font-size: 25px; font-size: 25px;
} }

View File

@ -17,17 +17,17 @@
.viewer { .viewer {
background: gray; background: #555;
} }
.magazine { .magazine {
box-shadow: 10px 10px 50px 10px #555; box-shadow: 10px 10px 50px 10px #444;
} }
.magazine:before, .magazine:before,
.magazine:after { .magazine:after {
color: #888; color: #666;
} }
.button svg * { .button svg * {