mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
fixed slideshow pause button visibility...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
2b78fd375c
commit
f4b3b91028
@ -335,6 +335,9 @@ button:hover {
|
||||
/* general button visibility */
|
||||
.buttons .button {
|
||||
opacity: 0.4;
|
||||
|
||||
/* XXX not sure about this... */
|
||||
transition : all 0.1s ease;
|
||||
}
|
||||
.buttons:hover .button {
|
||||
opacity: 1;
|
||||
@ -547,12 +550,12 @@ button:hover {
|
||||
}
|
||||
|
||||
/* XXX not sure if this is the right way to go... */
|
||||
.single-image-mode .main-buttons:not(:hover),
|
||||
.single-image-mode .app-buttons:not(:hover) {
|
||||
.single-image-mode .main-buttons:not(:hover) .button,
|
||||
.single-image-mode .app-buttons:not(:hover) .button {
|
||||
opacity: 0.1;
|
||||
}
|
||||
.slideshow-running .main-buttons:not(:hover),
|
||||
.slideshow-running .app-buttons:not(:hover) {
|
||||
.slideshow-running .main-buttons:not(:hover) .button,
|
||||
.slideshow-running .app-buttons:not(:hover) .button {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
|
||||
@ -2084,9 +2084,7 @@ var ControlActions = actions.Actions({
|
||||
.off('swiperight')
|
||||
.off('swipeup')
|
||||
.off('swipedown')
|
||||
.removeData('hammer')
|
||||
}
|
||||
})],
|
||||
.removeData('hammer') } })],
|
||||
|
||||
|
||||
/*// XXX we are not using this....
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user