diff options
author | Stefan Parviainen <saparvia@caterva.eu> | 2015-01-05 19:49:15 +0100 |
---|---|---|
committer | Stefan Parviainen <saparvia@caterva.eu> | 2015-01-05 19:49:20 +0100 |
commit | b320b8cbf35e84df76e236a7bc2cbd53047e4654 (patch) | |
tree | 5cbbc8c251d10c7e26dc9fd0b30d3cd3d982c914 /view/theme | |
parent | c9f26c8b7bb6b9e687ce38ae39d399e6f2173a70 (diff) | |
download | volse-hubzilla-b320b8cbf35e84df76e236a7bc2cbd53047e4654.tar.gz volse-hubzilla-b320b8cbf35e84df76e236a7bc2cbd53047e4654.tar.bz2 volse-hubzilla-b320b8cbf35e84df76e236a7bc2cbd53047e4654.zip |
Replace fancybox with colorbox
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 7a6ceb968..c37d29d40 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1028,7 +1028,7 @@ footer { background: none repeat scroll 0% 0% $cal_bgcolour !important; } -#fancybox-content { +#colorbox { border: 0px solid $fancybox_bgcolour; background-color: $fancybox_bgcolour; } |