mirror of
https://github.com/flynx/PortableMag.git
synced 2025-11-03 13:30:19 +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;
|
||||
|
||||
-webkit-transition: all 0.2s ease;
|
||||
-moz-transition: all 0.2s ease;
|
||||
-o-transition: all 0.2s ease;
|
||||
-ms-transition: all 0.2s ease;
|
||||
transition: all 0.2s ease;
|
||||
-webkit-transition: all 0.5s ease;
|
||||
-moz-transition: all 0.5s ease;
|
||||
-o-transition: all 0.5s ease;
|
||||
-ms-transition: all 0.5s ease;
|
||||
transition: all 0.5s ease;
|
||||
}
|
||||
|
||||
.scaler {
|
||||
@ -147,7 +147,7 @@ body {
|
||||
background: silver;
|
||||
}
|
||||
.page-view-mode.dragging .page .content {
|
||||
opacity: 0.5;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user