diff options
Diffstat (limited to 'themes/smartpocket/theme.css')
-rw-r--r-- | themes/smartpocket/theme.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/themes/smartpocket/theme.css b/themes/smartpocket/theme.css index 8ef740fd9..09e6ef899 100644 --- a/themes/smartpocket/theme.css +++ b/themes/smartpocket/theme.css @@ -58,4 +58,14 @@ }
#picture_page {
text-align: center;
-}
\ No newline at end of file +}
+
+#colorbox, #cboxOverlay, #cboxWrapper {
+ display:none;
+ left: 0;
+ overflow: hidden;
+ position: absolute;
+ top: 0;
+ z-index:-1;
+ opacity:0 !important
+}
|