diff options
Diffstat (limited to 'StoneIsland/www/css/vendor/imageviewer.css')
| -rw-r--r-- | StoneIsland/www/css/vendor/imageviewer.css | 4 |
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%; |
