mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
tweaking css...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
bc77ed039f
commit
ea433bee78
@ -570,6 +570,7 @@ body {
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* DEBUG stuff... */
|
||||
.container-center {
|
||||
position: absolute;
|
||||
|
||||
@ -26,6 +26,8 @@
|
||||
.viewer.gray {
|
||||
--text-color: white;
|
||||
--background-color: #333;
|
||||
--image-background-color: black;
|
||||
--ribbon-background-color: none;
|
||||
--dialog-background-color: #555;
|
||||
}
|
||||
|
||||
@ -614,7 +616,7 @@ stretching in width... */
|
||||
float: left;
|
||||
clear: both;
|
||||
|
||||
background: black;
|
||||
background: var(--ribbon-background-color);
|
||||
|
||||
margin-top: var(--ribbon-margin);
|
||||
margin-bottom: var(--ribbon-margin);
|
||||
@ -717,7 +719,12 @@ stretching in width... */
|
||||
|
||||
.image {
|
||||
padding: var(--single-image-indicator-size);
|
||||
background-color: var(--image-background-color);
|
||||
}
|
||||
.single-image-mode .image {
|
||||
background-color: none;
|
||||
}
|
||||
|
||||
.image div {
|
||||
display: block;
|
||||
position: absolute;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user