Good compromise I think. Remove display setting . Set the default (light) schema to = , so that other schemas can still use .
This commit is contained in:
@@ -24,7 +24,6 @@ if(! $a->install) {
|
||||
$background_image = get_pconfig($uid, "redbasic", "background_image");
|
||||
$toolicon_colour = get_pconfig($uid,'redbasic','toolicon_colour');
|
||||
$toolicon_activecolour = get_pconfig($uid,'redbasic','toolicon_activecolour');
|
||||
$genericcontent_bgcolour = get_pconfig($uid, "redbasic", "genericcontent_bgcolour");
|
||||
$item_colour = get_pconfig($uid, "redbasic", "item_colour");
|
||||
$comment_item_colour = get_pconfig($uid, "redbasic", "comment_item_colour");
|
||||
$comment_border_colour = get_pconfig($uid, "redbasic", "comment_border_colour");
|
||||
@@ -122,12 +121,12 @@ if(! $a->install) {
|
||||
$bgcolour = "#fdfdfd";
|
||||
if (! $background_image)
|
||||
$background_image ='';
|
||||
if (! $genericcontent_bgcolour)
|
||||
$genericcontent_bgcolour ='rgba(247,247,247,0.8)';
|
||||
if (! $item_colour)
|
||||
$item_colour = "rgba(238,238,238,0.8)";
|
||||
if (! $comment_item_colour)
|
||||
$comment_item_colour = "rgba(254,254,254,0.4)";
|
||||
if (! $genericcontent_bgcolour)
|
||||
$genericcontent_bgcolour = $comment_item_colour;
|
||||
if (! $comment_border_colour)
|
||||
$comment_border_colour = "rgba(238,238,238,0.8)";
|
||||
if (! $toolicon_colour)
|
||||
|
||||
Reference in New Issue
Block a user