diff options
author | friendica <info@friendica.com> | 2014-10-30 19:29:28 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-10-30 19:29:28 -0700 |
commit | 4e454656fea569d5302cbe6d846bd648cb46a1b1 (patch) | |
tree | da80d6dc28f24e43743bb74dd9632ff523b52c70 /view/theme/redbasic | |
parent | 28a35261dbc8c21e27ca4a449ff5cd6cb0501c8a (diff) | |
parent | fbd027709aba1fc3de3bbeede32c65fb26a00b21 (diff) | |
download | volse-hubzilla-4e454656fea569d5302cbe6d846bd648cb46a1b1.tar.gz volse-hubzilla-4e454656fea569d5302cbe6d846bd648cb46a1b1.tar.bz2 volse-hubzilla-4e454656fea569d5302cbe6d846bd648cb46a1b1.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 6 | ||||
-rw-r--r-- | view/theme/redbasic/php/style.php | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index e62949520..31b769460 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2341,6 +2341,12 @@ aside .nav-pills > li > a { margin-right: 10px; } +.section-content-wrapper { + padding: 7px 10px; + background-color: $comment_item_colour; + border-bottom-left-radius: $radiuspx; + border-bottom-right-radius: $radiuspx; +} @media screen and (max-width: 767px) { aside#region_1 { diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index 045ddc309..55b35af4b 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -226,7 +226,7 @@ if(! $a->install) { if (! $input_linksubmit) $input_linksubmit = "#0080FF"; if (! $input_border) - $input_border = "#666"; + $input_border = "#ccc"; if (! $input_colourhover) $input_colourhover = "#333"; if (! $input_decohover) |