diff options
author | marijus <mario@mariovavti.com> | 2014-08-26 22:35:00 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-08-26 22:35:00 +0200 |
commit | c703d833508a43f559a6031bac8b040070e6b2f9 (patch) | |
tree | aaf3fb1379718aed0a3e284d298129e7891454bc /view/theme/redbasic/php | |
parent | 592be716265b79ab68209838bf879c5d26b60439 (diff) | |
download | volse-hubzilla-c703d833508a43f559a6031bac8b040070e6b2f9.tar.gz volse-hubzilla-c703d833508a43f559a6031bac8b040070e6b2f9.tar.bz2 volse-hubzilla-c703d833508a43f559a6031bac8b040070e6b2f9.zip |
add background color to widgets
Diffstat (limited to 'view/theme/redbasic/php')
-rw-r--r-- | view/theme/redbasic/php/style.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index ee9c6d4d0..4ffdcbef8 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -140,7 +140,7 @@ if(! $a->install) { if (! $selected_active_deco) $selected_active_deco = "none"; if (! $widget_brdrcolour) - $widget_brdrcolour = "#eec"; + $widget_brdrcolour = "rgba(238,238,238,0.8)"; if (! $blockquote_colour) $blockquote_colour = "#000"; if (! $blockquote_bgcolour) |