mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-12-17 00:31:40 +00:00
made the marks stand out more when over an image...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
312f14b921
commit
4a2b37b67e
@ -454,6 +454,11 @@ button:hover {
|
|||||||
right: 5px;
|
right: 5px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
background: blue;
|
background: blue;
|
||||||
|
box-shadow: 0px 0px 7px 0px black;
|
||||||
|
/*border: solid 1px white;*/
|
||||||
|
|
||||||
|
/*border: solid 1px black;*/
|
||||||
|
|
||||||
}
|
}
|
||||||
.marks-visible.viewer .marked.image[orientation="270"][flipped*="vertical"][flipped*="horizontal"]:after,
|
.marks-visible.viewer .marked.image[orientation="270"][flipped*="vertical"][flipped*="horizontal"]:after,
|
||||||
.marks-visible.viewer .marked.image:not([orientation])[flipped*="vertical"]:after,
|
.marks-visible.viewer .marked.image:not([orientation])[flipped*="vertical"]:after,
|
||||||
|
|||||||
@ -522,6 +522,12 @@ button:hover {
|
|||||||
|
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
background: blue;
|
background: blue;
|
||||||
|
|
||||||
|
/* make the mark stand out if it is over an image with similar
|
||||||
|
color/density */
|
||||||
|
box-shadow: 0px 0px 7px 0px black;
|
||||||
|
/*border: solid 1px white;*/
|
||||||
|
/*border: solid 1px black;*/
|
||||||
}
|
}
|
||||||
.marks-visible.viewer .marked.image[orientation="270"][flipped*="vertical"][flipped*="horizontal"]:after,
|
.marks-visible.viewer .marked.image[orientation="270"][flipped*="vertical"][flipped*="horizontal"]:after,
|
||||||
.marks-visible.viewer .marked.image:not([orientation])[flipped*="vertical"]:after,
|
.marks-visible.viewer .marked.image:not([orientation])[flipped*="vertical"]:after,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user