diff --git a/Viewer/css/layout.css b/Viewer/css/layout.css index 1480db9a..0983f877 100755 --- a/Viewer/css/layout.css +++ b/Viewer/css/layout.css @@ -43,7 +43,10 @@ } .viewer.single-image-mode { - --ribbon-background-color: none; + /* XXX should these be transparent??? */ + /* XXX should these be !important??? */ + --image-background-color: none !important; + --ribbon-background-color: none !important; }