summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-01 00:10:30 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-01 00:10:30 +0200
commit01c49d563033d586a06569ed5503e183a524a552 (patch)
tree601f074e69831d59c88a3dc06a44f7fb3dec0a44 /StoneIsland/www/css
parent2427a6d57d735914c10a5cd446eb72b112a652a5 (diff)
imageviewer working
Diffstat (limited to 'StoneIsland/www/css')
-rw-r--r--StoneIsland/www/css/vendor/imageviewer.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/StoneIsland/www/css/vendor/imageviewer.css b/StoneIsland/www/css/vendor/imageviewer.css
index 5f7d326e..c5709bb4 100644
--- a/StoneIsland/www/css/vendor/imageviewer.css
+++ b/StoneIsland/www/css/vendor/imageviewer.css
@@ -8,7 +8,7 @@
/***** image viewer css *****/
#iv-container {
position: fixed;
- background: #0d0d0d;
+ background: #ffffff;
width: 100%;
height: 100%;
top: 0;
@@ -41,7 +41,7 @@
content: "";
height: 4px;
width: 32px;
- background: #FFF;
+ background: #000;
position: absolute;
left: 0;
top: 50%;