mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
added shadows to mark text to make them more readable...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
b678d3a30b
commit
e64ddb71c0
@ -1039,10 +1039,12 @@ button:hover {
|
||||
.context-mode-indicators .current-image-marked {
|
||||
color: blue;
|
||||
cursor: hand;
|
||||
text-shadow: rgba(0, 0, 0, 0.5) 0.1em 0.1em 0.4em, rgba(0, 0, 0, 0.5) 0.1em 0.1em;
|
||||
}
|
||||
.context-mode-indicators .current-image-bookmarked {
|
||||
color: yellow;
|
||||
cursor: hand;
|
||||
text-shadow: rgba(0, 0, 0, 0.5) 0.1em 0.1em 0.4em, rgba(0, 0, 0, 0.5) 0.1em 0.1em;
|
||||
}
|
||||
.global-mode-indicators .marked-only-visible .shown,
|
||||
.global-mode-indicators .marks-visible .shown,
|
||||
@ -1064,6 +1066,7 @@ button:hover {
|
||||
margin-left: 5px;
|
||||
margin-top: 3px;
|
||||
top: 50%;
|
||||
box-shadow: 1px 1px 10px -2px rgba(0, 0, 0, 0.7);
|
||||
}
|
||||
.global-mode-indicators .marked-only-visible:after,
|
||||
.global-mode-indicators .marks-visible:after,
|
||||
|
||||
@ -1068,10 +1068,14 @@ button:hover {
|
||||
.context-mode-indicators .current-image-marked {
|
||||
color: blue;
|
||||
cursor: hand;
|
||||
text-shadow: rgba(0,0,0,0.5) 0.1em 0.1em 0.4em,
|
||||
rgba(0,0,0,0.5) 0.1em 0.1em;
|
||||
}
|
||||
.context-mode-indicators .current-image-bookmarked {
|
||||
color: yellow;
|
||||
cursor: hand;
|
||||
text-shadow: rgba(0,0,0,0.5) 0.1em 0.1em 0.4em,
|
||||
rgba(0,0,0,0.5) 0.1em 0.1em;
|
||||
}
|
||||
.global-mode-indicators .marked-only-visible .shown,
|
||||
.global-mode-indicators .marks-visible .shown,
|
||||
@ -1094,6 +1098,8 @@ button:hover {
|
||||
|
||||
margin-top: 3px;
|
||||
top: 50%;
|
||||
|
||||
box-shadow: 1px 1px 10px -2px rgba(0,0,0,0.7);
|
||||
}
|
||||
.global-mode-indicators .marked-only-visible:after,
|
||||
.global-mode-indicators .marks-visible:after,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user