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:
Alex A. Naanou 2013-08-02 14:32:57 +04:00
parent 312f14b921
commit 4a2b37b67e
2 changed files with 11 additions and 0 deletions

View File

@ -454,6 +454,11 @@ button:hover {
right: 5px;
border-radius: 50%;
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:not([orientation])[flipped*="vertical"]:after,

View File

@ -522,6 +522,12 @@ button:hover {
border-radius: 50%;
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:not([orientation])[flipped*="vertical"]:after,