mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
a fix to a fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
f4b3b91028
commit
85a382dfaf
@ -382,10 +382,14 @@ button:hover {
|
|||||||
/* Custom buttons... */
|
/* Custom buttons... */
|
||||||
|
|
||||||
/* XXX do we need both this and the active update??? */
|
/* XXX do we need both this and the active update??? */
|
||||||
.crop-mode .buttons:not(:hover) .button.crop,
|
.crop-mode:not(.slideshow-running) .buttons:not(:hover) .button.crop,
|
||||||
.collection-mode .buttons:not(:hover) .button.collections {
|
.collection-mode:not(.slideshow-running) .buttons:not(:hover) .button.collections {
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
}
|
}
|
||||||
|
.single-image-mode:not(.slideshow-running).crop-mode .buttons:not(:hover) .button.crop,
|
||||||
|
.single-image-mode:not(.slideshow-running).collection-mode .buttons:not(:hover) .button.collections {
|
||||||
|
opacity: 0.2;
|
||||||
|
}
|
||||||
|
|
||||||
.buttons .button.ui-settings {
|
.buttons .button.ui-settings {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
|
|||||||
4
Viewer/package-lock.json
generated
4
Viewer/package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "ImageGrid.Viewer.g4",
|
"name": "ImageGrid.Viewer.g4",
|
||||||
"version": "4.0.1a",
|
"version": "4.0.2a",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "ImageGrid.Viewer.g4",
|
"name": "ImageGrid.Viewer.g4",
|
||||||
"version": "4.0.1a",
|
"version": "4.0.2a",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"app-module-path": "^1.0.6",
|
"app-module-path": "^1.0.6",
|
||||||
"async-json": "0.0.2",
|
"async-json": "0.0.2",
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "ImageGrid.Viewer.g4",
|
"name": "ImageGrid.Viewer.g4",
|
||||||
"main": "index.html",
|
"main": "index.html",
|
||||||
"version": "4.0.1a",
|
"version": "4.0.2a",
|
||||||
"author": "Alex A. Naanou <alex.nanou@gmail.com> (https://github.com/flynx)",
|
"author": "Alex A. Naanou <alex.nanou@gmail.com> (https://github.com/flynx)",
|
||||||
"contributors": [],
|
"contributors": [],
|
||||||
"repository": "github:flynx/ImageGrid",
|
"repository": "github:flynx/ImageGrid",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user