mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
minor ui stuff...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
fadd474101
commit
827e5d4b7f
@ -1041,8 +1041,15 @@ stretching in width... */
|
|||||||
background: black;
|
background: black;
|
||||||
color: silver;
|
color: silver;
|
||||||
|
|
||||||
|
text-shadow:
|
||||||
|
-1px -1px 1px rgba(255, 255, 255, 0.2),
|
||||||
|
1px 1px 2px rgba(0, 0, 0, 0.3);
|
||||||
|
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
}
|
}
|
||||||
|
.overlay-info>* {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
.overlay-info:hover {
|
.overlay-info:hover {
|
||||||
.user-select(auto);
|
.user-select(auto);
|
||||||
}
|
}
|
||||||
@ -1068,7 +1075,12 @@ stretching in width... */
|
|||||||
}
|
}
|
||||||
|
|
||||||
.overlay-info.minimal {
|
.overlay-info.minimal {
|
||||||
|
opacity: 0.9;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
//background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
|
||||||
|
//background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
|
||||||
|
//background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
|
||||||
|
//filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b5000000',GradientType=0 );
|
||||||
}
|
}
|
||||||
.overlay-info.minimal .full-only {
|
.overlay-info.minimal .full-only {
|
||||||
display: none;
|
display: none;
|
||||||
|
|||||||
@ -210,6 +210,7 @@ var StatusBarActions = actions.Actions({
|
|||||||
: type == 'path'? 'Image filename/path'
|
: type == 'path'? 'Image filename/path'
|
||||||
: '')
|
: '')
|
||||||
.append($('<span class="shown">'))
|
.append($('<span class="shown">'))
|
||||||
|
// XXX would be nice to make triple click select this as unit...
|
||||||
.append($('<span class="hidden">'))
|
.append($('<span class="hidden">'))
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user