mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
experimenting with distingwishing dialog types...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
98b6ae41bf
commit
00092dabbd
@ -236,6 +236,32 @@ body {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/* Dialog highlight experiment... */
|
||||||
|
.browse-widget {
|
||||||
|
border-bottom: solid 7px rgba(100, 100, 100, 0.5);
|
||||||
|
}
|
||||||
|
/*
|
||||||
|
.light .browse-widget {
|
||||||
|
border-bottom: solid 7px rgba(100, 100, 100, 0.5);
|
||||||
|
}
|
||||||
|
.dark .browse-widget {
|
||||||
|
border-bottom: solid 7px rgba(100, 100, 100, 0.5);
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
|
.browse-widget.file-browser {
|
||||||
|
border-bottom: solid 7px rgba(255, 255, 0, 0.5);
|
||||||
|
}
|
||||||
|
/*
|
||||||
|
.light .browse-widget.file-browser {
|
||||||
|
border-bottom: solid 7px rgba(255, 255, 0, 0.5);
|
||||||
|
}
|
||||||
|
.dark .browse-widget.file-browser {
|
||||||
|
border-bottom: solid 7px rgba(255, 255, 0, 0.5);
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
/* DEBUG stuff... */
|
/* DEBUG stuff... */
|
||||||
.container-center {
|
.container-center {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
@ -931,6 +931,8 @@ var FileSystemLoaderUIActions = actions.Actions({
|
|||||||
config.showDisabled = o.options.showDisabled
|
config.showDisabled = o.options.showDisabled
|
||||||
config.showNonTraversable = o.options.showNonTraversable
|
config.showNonTraversable = o.options.showNonTraversable
|
||||||
})
|
})
|
||||||
|
|
||||||
|
o.dom.addClass('file-browser')
|
||||||
|
|
||||||
return o
|
return o
|
||||||
})],
|
})],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user