mirror of
https://github.com/flynx/PortableMag.git
synced 2026-01-04 17:51:28 +00:00
some tweeking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
5aa2d28b05
commit
7bd44f030b
12
magazine.css
12
magazine.css
@ -63,11 +63,11 @@ body {
|
|||||||
|
|
||||||
background: gray;
|
background: gray;
|
||||||
|
|
||||||
-webkit-transition: all 0.2s ease;
|
-webkit-transition: all 0.5s ease;
|
||||||
-moz-transition: all 0.2s ease;
|
-moz-transition: all 0.5s ease;
|
||||||
-o-transition: all 0.2s ease;
|
-o-transition: all 0.5s ease;
|
||||||
-ms-transition: all 0.2s ease;
|
-ms-transition: all 0.5s ease;
|
||||||
transition: all 0.2s ease;
|
transition: all 0.5s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.scaler {
|
.scaler {
|
||||||
@ -147,7 +147,7 @@ body {
|
|||||||
background: silver;
|
background: silver;
|
||||||
}
|
}
|
||||||
.page-view-mode.dragging .page .content {
|
.page-view-mode.dragging .page .content {
|
||||||
opacity: 0.5;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user