mirror of
https://github.com/flynx/PortableMag.git
synced 2025-10-28 18:50:08 +00:00
updated gray (default) style a bit...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
9ba2faa4a9
commit
78367961ac
@ -92,19 +92,19 @@
|
||||
background: white;
|
||||
color: black;
|
||||
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 {
|
||||
box-shadow: 2px 2px 9px 1px black;
|
||||
box-shadow: 10px 10px 55px 0px black;
|
||||
}
|
||||
.editor.page-fit-to-viewer .current-page-indicator .button {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
|
||||
border: solid black 2px;
|
||||
border-radius:25px;
|
||||
/*border-radius:25px;*/
|
||||
font-size: 25px;
|
||||
}
|
||||
|
||||
|
||||
@ -17,17 +17,17 @@
|
||||
|
||||
|
||||
.viewer {
|
||||
background: gray;
|
||||
background: #555;
|
||||
}
|
||||
|
||||
.magazine {
|
||||
box-shadow: 10px 10px 50px 10px #555;
|
||||
box-shadow: 10px 10px 50px 10px #444;
|
||||
}
|
||||
|
||||
|
||||
.magazine:before,
|
||||
.magazine:after {
|
||||
color: #888;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.button svg * {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user